diff options
| author | stonedDiscord <stoned@derpymail.org> | 2016-05-27 03:42:10 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2016-05-27 03:42:10 +0200 |
| commit | 8c3e5a03277a5f362ff55b25068cdd465e9a6a4d (patch) | |
| tree | a2574bb32270bb19bef44ee700ab48062b9a4870 /master.html | |
| parent | afe41c2d7278e0a2ae44d35c1181d7dd666030bc (diff) | |
AO web client
Diffstat (limited to 'master.html')
| -rw-r--r-- | master.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/master.html b/master.html new file mode 100644 index 0000000..f8e3750 --- /dev/null +++ b/master.html @@ -0,0 +1,63 @@ +<html> + <head> + <title>Attorney Online ONLINE</title> + <link rel="stylesheet" type="text/css" href="stylesheet.css"/> + <link rel="icon" href="images/favicon.ico"/> + <script src="master.js"></script> + </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 - ...</p> +<p id="clientinfo">Client version - ...</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"> + <div id="serverthumb"> + <div id="serverthumbC"> + <img id="client_court" src="background/gs4/defenseempty.png"/> + <img id="client_char" src="characters/Phoenix/(a)handsondesk.gif"/> + <img id="client_fg" src="background/gs4/bancodefensa.png"/> + <div id="client_name"><p>Phoenix</p></div> + <div id="client_chat"> + <p>Now this is a story all about how</p> + <p>My life got flipped-turned upside-down</p> + <p>And I'd rather take a minute</p> + </div> + </div> + + </div> + <div id="serverdesc"> + + <p id="serverdescC"> + + </p> + </div> + <ul class="servs" id="masterlist"> + <li onmouseover="setServ(99)"><p>Localhost</p> <a class="button" href="watch.html?ip=127.0.0.1:27016">Watch</a></li> + + </ul> + </div> + </body> +</html>
\ No newline at end of file |
