Wrap no JS message in noscript tag

This commit is contained in:
2026-03-21 23:15:57 +00:00
parent 58e2cf3e1f
commit a2f06c977e

View File

@@ -7,8 +7,7 @@
</head> </head>
<body> <body>
<script type="text/javascript" src="emu.js"></script> <script type="text/javascript" src="emu.js"></script>
<div id="output">I'm afraid you need javascript enabled for this to work :( <div id="output"><noscript>I'm afraid you need javascript enabled for this to work :(
cringe, I know... but I promise there are no frameworks&#8482;</div> cringe, I know... but I promise there are no frameworks&#8482;</noscript></div></body>
</body>
</html> </html>