diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-05-23 14:41:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-23 14:41:08 +0200 |
| commit | a7fda07f0373b524969595d05dc978b317299f7d (patch) | |
| tree | 8db3115d3b0a78dc72d6186b750c189efbfb5276 /webAO/master.html | |
| parent | 6a24543e4bb0c89f241bef0fc62ee8a992e86abd (diff) | |
| parent | 334ee0e9feebe15926e5ad9a967c24cdf5264cdb (diff) | |
Merge pull request #2 from oldmud0/2.1
Ship webAO 2.1
Diffstat (limited to 'webAO/master.html')
| -rw-r--r-- | webAO/master.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/webAO/master.html b/webAO/master.html new file mode 100644 index 0000000..58473b4 --- /dev/null +++ b/webAO/master.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"/> + <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="https://discord.gg/e8pTAFv" class="button" id="hotlinebtn"> + Contact Hotline AO +</a> +</div> + +<div id="menu"> + <a class="button" href="https://tiny.cc/getao" target="_blank"> + Download + </a> + <a class="button" href="master.html"> + Play Online + </a> +</div> + <div id="content"> + <center> + <p>Please note that the webclient is still in beta</p><br> + <p style="color:#ff0000;">The downloadable client is recommended</p><br> + <p>The green servers are more likely to work, red ones will not</p> + </center> + <ul class="servs" id="masterlist"> + <li onmouseover="setServ(99)"><p>Localhost</p> <a class="button" href="client.html?ip=127.0.0.1:27016">Watch</a><a class="button" href="client.html?ip=127.0.0.1:27016&mode=join">Join</a></li> + + </ul> + </div> + </body> +</html>
\ No newline at end of file |
