Add basic noscript notice
This commit is contained in:
parent
38707b3868
commit
0d5895c0e9
|
|
@ -9,5 +9,6 @@
|
||||||
<body class="bg-gray-950 text-white w-screen h-screen">
|
<body class="bg-gray-950 text-white w-screen h-screen">
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script type="module" src="/src/main.ts"></script>
|
<script type="module" src="/src/main.ts"></script>
|
||||||
|
<noscript>JavaScript is required to view this webpage.</noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue