Add basic noscript notice

This commit is contained in:
Dan Kotowski 2023-05-08 21:38:26 -05:00
parent 38707b3868
commit 0d5895c0e9
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@
<body class="bg-gray-950 text-white w-screen h-screen">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<noscript>JavaScript is required to view this webpage.</noscript>
</body>
</html>