Skip to content

Commit

Permalink
Provide an error message when JS is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit authored and jb3 committed Aug 17, 2024
1 parent 1332c5a commit 2676438
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions thallium-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 2676438

Please sign in to comment.