summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>