aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-22 13:45:11 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-22 16:08:40 +0100
commitdc38239dd1035ae8599cf51d83ed30e81fa70e35 (patch)
treee4a888df5f869fe7ecffaaa9ee792d866123ef67
parentcbdf30d8efe48c458035e66d6804f8597efca9c5 (diff)
index.html: Add a <noscript> tag.
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 9c9c5a0..cbb2bb0 100644
--- a/index.html
+++ b/index.html
@@ -46,5 +46,6 @@
</div>
</div>
<script type="module" src="./main.js"></script>
+ <noscript>Den här sidan kräver JavaScript men din webbläsare stöder inte det (eller så är skript blockerade).</noscript>
</body>
</html>