diff options
Diffstat (limited to 'support.html')
| -rw-r--r-- | support.html | 53 |
1 files changed, 53 insertions, 0 deletions
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 |
