index.html (2489B)
1 <html> 2 <head> 3 <meta charset="UTF-8"> 4 <style> 5 a { 6 color: inherit; 7 outline: 0; 8 text-decoration: inherit; 9 } 10 11 body { 12 font-family: monospace; 13 color: white; 14 background-color: black; 15 } 16 17 pre { 18 font-family: monospace; 19 } 20 </style> 21 </head> 22 <body> 23 This page will look wrong if you aren't using a monospace font.<br> 24 The old home page is <a href="/old.html">>>>here<<<</a><br> 25 You can click on doors to go in to the buildings!! 26 <pre> 27 ,_______________________, 28 | | 29 | | 30 | ____ ___ _____ | 31 | / ___|_ _|_ _| | 32 | | | _ | | | | | 33 | | |_| || | | | | 34 | \____|___| |_| | 35 | | 36 | ____ _ _ | 37 | |/ \\ /|_|_) | 38 | |\_/ \/\/ |_| \ | 39 | | 40 | | 41 | | 42 | | 43 | | 44 | | 45 | | 46 | | ,__________, 47 | | | | 48 | | | Lemonade | ,_____________, 49 | <a href="http://git.bpaul.xyz">,_______,</a> | |__________| <a href="/houses.html">| |</a> 50 | <a href="http://git.bpaul.xyz">| | |</a> | | o | <a href="/houses.html">| houses > |</a> 51 | <a href="http://git.bpaul.xyz">| | |</a> | |__v__|____| <a href="/houses.html">|_____________|</a> 52 |_______<a href="http://git.bpaul.xyz">|___|___|</a>_______| |__________| <a href="/houses.html"> | </a> 53 _________________________________________________________<a href="/houses.html">__________________</a> 54 _________________________________________________________<a href="/houses.html">__________________</a> 55 <a href="/houses.html"> </a> 56 - - - - - - - - - - - - - - - - - - - <a href="/houses.html"> - - - - - - </a> 57 _________________________________________________________<a href="/houses.html">__________________</a> 58 _________________________________________________________<a href="/houses.html">__________________</a> 59 </pre> 60 </body> 61 </html>