diff options
| author | Fuwn <[email protected]> | 2024-01-23 23:06:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-23 23:06:17 -0800 |
| commit | 4fcc9a370df762879dc65c16f179bca49149f51b (patch) | |
| tree | 5f98ba853826e70297ae26bdfdbe78aa9c8259cf /src/app.html | |
| parent | revert: "refactor(html): preload stylesheets" (diff) | |
| download | due.moe-4fcc9a370df762879dc65c16f179bca49149f51b.tar.xz due.moe-4fcc9a370df762879dc65c16f179bca49149f51b.zip | |
feat(html): add noscript
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.html b/src/app.html index fa352543..8040c0b0 100644 --- a/src/app.html +++ b/src/app.html @@ -123,5 +123,9 @@ <div style="display: contents">%sveltekit.body%</div> <img id="mai" onclick="alert('You\'re having lewd thoughts, aren\'t you?')" /> + + <noscript> + <p>Please enable JavaScript to continue using this application.</p> + </noscript> </body> </html> |