blob: 32ee9f41220c452cead8aa3e436ec1eab108a7db (
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
|
<html>
<head>
<title>Attorney Online ONLINE</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<link rel="icon" href="images/favicon.ico"/>
</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 - 2.1.6</p>
<p id="clientinfo">Client version - 1.7.5</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">
Download
</a>
<a class="button" href="master.html">
Play Online
</a>
</div>
<div id="content">
<h1>Attorney Online official site</h1>
<div class="blogpost">
<h2>Old site!</h2>
<p>In case you were looking for serverD, it is now located at <a href="https://github.com/stonedDiscord/serverD/releases">GitHub</a>.</p>
<div class="signature">stonedDiscord, May 23th, 2016</div>
</div>
<div class="blogpost">
<h2>New site!</h2>
<p>Launched the site. Semi-expecting it to fail horribly.</p>
<div class="signature">The mods, May 21st, 2016</div>
</div>
</body>
</html>
|