diff options
| author | stonedDiscord <stoned@derpymail.org> | 2016-05-27 03:49:12 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2016-05-27 03:49:12 +0200 |
| commit | 7e9996735d147e359e7916fda038919e7d9b0c4e (patch) | |
| tree | 009fc14e05edaf23b506e413256a4dc951aee82a /about.html | |
| parent | 8c3e5a03277a5f362ff55b25068cdd465e9a6a4d (diff) | |
index page
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..281c1d5 --- /dev/null +++ b/about.html @@ -0,0 +1,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="support.html" 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://docs.google.com/uc?export=download&confirm=V7Av&id=0Byj32J4FCPtRdk9FSzBlcGx4VVU" target="_blank"> + 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>
\ No newline at end of file |
