diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-21 15:04:51 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-21 15:04:51 +0200 |
| commit | 6cf536888742f07e360d6aec51c516bc2da40d45 (patch) | |
| tree | d1cb250b05755a764de149bc35323896e990d45e /webAO/master.html | |
| parent | cbe6e58ee1f5ba3eef26672a6f0be12335bdddd3 (diff) | |
fix indentation
Diffstat (limited to 'webAO/master.html')
| -rw-r--r-- | webAO/master.html | 77 |
1 files changed, 42 insertions, 35 deletions
diff --git a/webAO/master.html b/webAO/master.html index b65c554..c291b66 100644 --- a/webAO/master.html +++ b/webAO/master.html @@ -1,42 +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"/> - <script src="master.b.js"></script> - </head> + +<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.b.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> + <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>This page uses cookies. By clicking on a server you agree that a cookie is saved on your computer.</p><br> + <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>This page uses cookies. By clicking on a server you agree that a cookie is saved on your computer.</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> + </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> - </ul> - </div> - </body> -</html> +</html>
\ No newline at end of file |
