mirror of
https://github.com/JorySeverijnse/ui-fixer-supreme.git
synced 2026-01-29 18:08:38 +00:00
Auto detect if javascript is enabled and if not display message
This commit is contained in:
parent
a7d5bc436e
commit
467e4a53d1
14
index.html
14
index.html
@ -34,6 +34,20 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<noscript>
|
||||||
|
<div class="noscript-warning">
|
||||||
|
<div class="noscript-box">
|
||||||
|
<h1 class="noscript-title">⚠ JavaScript Required</h1>
|
||||||
|
<p class="noscript-text">
|
||||||
|
This website requires JavaScript to function properly.
|
||||||
|
Please enable JavaScript in your browser settings to access the site.
|
||||||
|
<br><br>
|
||||||
|
For Tor Browser users: Set security level to "Standard" or enable JavaScript for this site.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
<script type="module" src="/src/main.tsx"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user