1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-19 12:32:47 -05:00

Add basic noscript notice

This commit is contained in:
2023-05-08 21:38:26 -05:00
parent 38707b3868
commit 0d5895c0e9
+1
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>