aboutsummaryrefslogtreecommitdiff
path: root/master.html
blob: bc36f68c04cc6d68554465f9648e59166678e59d (plain)
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
60
<html>
	<head>
		<title>Attorney Online ONLINE</title>
		<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
		<link rel="icon" href="images/favicon.ico"/>
		<script src="master.js"></script>
	</head>
<body>
	<div id="logo">
	<p>Mundi optimum</p>
	<img src="images/logo.png"\>
	<p>principium drama</p>
</div>
<div id="header">
<p id="serverinfo">Masterserver version - ...</p>
<p id="clientinfo">Client version - ...</p>
<a class="button" href="https://discord.gg/e8pTAFv" class="button" id="hotlinebtn">
	Contact Hotline AO
</a>
</div>

<div id="menu">
	<a class="button" href="index.html">
		Index
	</a>
	<a class="button" href="about.html">
		About AO
	</a>
	<a class="button" href="https://tiny.cc/getao" target="_blank">
		Download
	</a>
	<a class="button" href="master.html">
		Play Online
	</a>
</div>
		<div id="content">
			<center>
			<p>Please note that the webclient is still in beta</p><br>
			<p style="color:#ff0000;">The downloadable client is recommended</p><br>
			<p>The green servers are more likely to work, red ones will not</p>
			</center>
			<div id="serverthumb">
				<div id="serverthumbC">
					
				</div>
		
			</div>
			<div id="serverdesc">
				
				<p id="serverdescC">
				
				</p>
			</div>
			<ul class="servs" id="masterlist">
			<li onmouseover="setServ(99)"><p>Localhost</p> <a class="button" href="client.html?ip=127.0.0.1:27016">Watch</a><a class="button" href="client.html?ip=127.0.0.1:27016">Join</a></li>

			</ul>
		</div>
	</body>
</html>