trisquel-icecat/icecat/devtools/client/webconsole/test/browser/test-non-javascript-mime.html

13 lines
445 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web Console test for script with non-JavaScript MIME type</title>
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<script type="text/javascript" src="test-non-javascript-mime.js"></script>
</head>
<body>
<p>Web Console test for script with non-JavaScript MIME type.</p>
</body>
</html>