diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4189fdf --- /dev/null +++ b/index.html @@ -0,0 +1,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="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>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>
\ No newline at end of file |
