summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-11-18 11:14:14 -0300
committerJesusaves <cpntb1@ymail.com>2021-11-18 11:14:14 -0300
commit4d415d7ca5a5bd9d5f238a31bd665dbc62a10b86 (patch)
treeb735b91adc2c50f0fb3922bde934d8c0ff63eab9
parent648d23e4130dff16ebd826f1b664dfbc353c2da5 (diff)
downloadwebsite-4d415d7ca5a5bd9d5f238a31bd665dbc62a10b86.tar.gz
website-4d415d7ca5a5bd9d5f238a31bd665dbc62a10b86.tar.bz2
website-4d415d7ca5a5bd9d5f238a31bd665dbc62a10b86.tar.xz
website-4d415d7ca5a5bd9d5f238a31bd665dbc62a10b86.zip
Stop auto-redirecting the lite website and provide a button instead.
(This can be safely reverted if we change our mind)
-rw-r--r--public/lite/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/lite/index.html b/public/lite/index.html
index 9dcceb9..f98312e 100644
--- a/public/lite/index.html
+++ b/public/lite/index.html
@@ -14,6 +14,7 @@
<section class="nojs">
<h2>JavaScript notice</h2>
<p>You are seeing the Lite version of our website because you have disabled JavaScript for this domain. To enable interactive features, please whitelist this domain. We do not use any non-free JavaScript and you can find the source code of this website at <a target="_blank" rel="noopener" href="https://github.com/themanaworld/themanaworld-website">https://github.com/themanaworld/themanaworld-website</a></p>
+ <p>This lite version may be outdated. Please <a href="/">click here</a> to return to the main website.</p>
</section>
<section>
<h2>About The Mana World</h2>
@@ -46,6 +47,13 @@
<li>On the forums: <a href="https://forums.themanaworld.org/viewforum.php?f=3">Support and Bug reports</a></li>
</ul>
</section>
+ <!-- We used to auto-redirect the user to the proper version of the
+ -- website because this page is rarely updated.
+ -- However, the information here does not change often, either.
+ -- This page already has the noindex directive, so it should be fine
+ -- to disable automatic redirect, but we kept all scripts in case
+ -- later we change our mind.
<script src="redirect.js"></script>
+ -->
</body>
</html>