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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user