blob: 42515b11f7804f018bd20ba8596bebf0adb22a42 (
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
|
<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 - 1.42</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>What is Attorney Online?</h1>
<p>Attorney Online is a project to create a multiplayer Ace Attorney experience. It features custom servers, cases, characters, music, sound effects and much much more.
The only limit is really what you want to be here, as you can create your own server with your own customized content and enjoy a rich community filled with people of different interests, as
AO stretches further than just the Ace Attorney universe.</p>
</div>
</body>
</html>
|