diff options
Diffstat (limited to 'src')
| -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> |