summaryrefslogtreecommitdiff
path: root/public/lite/index.html
blob: f98312e69710f10b85e737f29eb028184c26bec3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width,initial-scale=1.0">
		<meta name="robots" content="noindex">
		<link rel="icon" href="/favicon.ico">
		<link rel="canonical" href="https://www.themanaworld.org">
		<link href="bare.css" rel="stylesheet">
		<title>The Mana World (Lite)</title>
	</head>
	<body>
		<h1>The Mana World</h1>
		<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>
			<blockquote>
				<p>The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. It is licensed under the GPL, making sure this game can&#39;t ever run away from you.</p>
			</blockquote>
		</section>
		<section>
			<h2>Account registration</h2>
			<blockquote>
				<p>To create a game account without using the full website, contact us at registration@themanaworld.org</p>
				<p>Make sure to <a href="https://wiki.themanaworld.org/index.php/Downloads">download our game client</a> in order to play.</p>
			</blockquote>
		</section>
		<section>
			<h2>Account recovery</h2>
			<blockquote>
				<p>If you need help accessing your account (lost username or password), contact us at support@themanaworld.org</p>
			</blockquote>
		</section>
		<section>
			<h2>Support</h2>
			<blockquote>
				<p>You can find helpful articles <a href="https://wiki.themanaworld.org">on our wiki</a>. If you require further assistance, feel free to contact us.</p>
			</blockquote>
			<h3>Contact us</h3>
			<ul>
				<li>On IRC: <a href="https://forums.themanaworld.org/viewforum.php?f=41">#themanaworld on Libera Chat</a></li>
				<li>On Discord: <a href="https://forums.themanaworld.org/viewforum.php?f=65">The Mana World server</a></li>
				<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>