summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorHelianthella <git@gumi.ca>2020-12-22 12:17:52 -0500
committerHelianthella <git@gumi.ca>2020-12-22 12:17:55 -0500
commitd5319656bbac681e83d2c9f98576cabe817baa31 (patch)
tree4f6ab809475b1b2aef72c8c1d490b03a6a2e4e1b /public/index.html
parentdffbf1ce89cd61a3165fd1dad35e9c4d2f6c08dc (diff)
downloadwebsite-d5319656bbac681e83d2c9f98576cabe817baa31.tar.gz
website-d5319656bbac681e83d2c9f98576cabe817baa31.tar.bz2
website-d5319656bbac681e83d2c9f98576cabe817baa31.tar.xz
website-d5319656bbac681e83d2c9f98576cabe817baa31.zip
display a bare-bones website when javascript is disabledv6.1.0
redirects to /lite when disabled, then redirects back when enabled
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 29e8c5e..a95e3b5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,8 @@
</head>
<body>
<noscript>
- <strong>We're sorry but this website doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
+ <meta http-equiv="refresh" content="1;url=/lite/">
+ Redirecting to the <a href="/lite/">Lite version</a>...
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->