diff options
| -rw-r--r-- | about.html | 42 | ||||
| -rw-r--r-- | favicon.ico | bin | 0 -> 32038 bytes | |||
| -rw-r--r-- | index.html | 49 | ||||
| -rw-r--r-- | support.html | 53 |
4 files changed, 144 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 diff --git a/favicon.ico b/favicon.ico Binary files differnew file mode 100644 index 0000000..e0815c8 --- /dev/null +++ b/favicon.ico 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 diff --git a/support.html b/support.html new file mode 100644 index 0000000..416993d --- /dev/null +++ b/support.html @@ -0,0 +1,53 @@ +<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> +</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> + <body class="hotline"> + <div id="content"> + <h1>Hotline AO</h1> + <h4>Where problems go to die</h4> + <table> + + <tr> + <th><p>Masterserver doesn't work yet again?</p></th> + <th><a class="button" href="skype:kitz0rlabs?chat">Contact Alex</a></th> + </tr> + <tr> + <th><p>Accidentally awakened an ancient evil? Somebody's raiding your server?</p></th> + <th><a class="button" href="skype:kitz0rlabs;trtukz?chat&topic=AO problem">Contact the AO support</a></th> + </tr> + <tr> + <th><p>You want to critique the game? The creator needs a stab?</p></th> + <th><a class="button" href="skype:fanatsors?chat">Contact FanatSors</a></th> + </tr> + </table> + </div> + </body> +</html>
\ No newline at end of file |
