aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--thallium-frontend/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/thallium-frontend/index.html b/thallium-frontend/index.html
index 032e256..5ae088c 100644
--- a/thallium-frontend/index.html
+++ b/thallium-frontend/index.html
@@ -11,6 +11,11 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
+ <noscript>
+ <h1>Hi, we've noticed you're browsing with JavaScript disabled.</h1>
+ <p>We are sorry, but we do not support this at the time.</p>
+ <p>Please enable JavaScript to use our site.</p>
+ </noscript>
</body>
</html>