Skip to content

Commit

Permalink
feat: added noscript tag for showing err in non-supported browser . (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
pacifiquem authored Mar 23, 2023
1 parent b2ebf5d commit 0349787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</head>
<body class="font-sans dark:text-white dark:bg-hex-121212">
<div id="app"></div>
<noscript>
<div>Please enable JavaScript to use this application.</div>
</noscript>
<script>
(function() {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
Expand Down

0 comments on commit 0349787

Please sign in to comment.