A Twitch.tv viewer reward and games system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
969 B

11 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>ArchonBot 404</title>
  5. <link href="http://www.twitch.tv/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  6. <style>
  7. @font-face{font-family: orangejuice;src:url('/webfonts/scoolar_tfb.ttf'),url('/webfonts/scoolar_tfb.eot');}
  8. body{background:url('/images/background.jpg');}
  9. *{margin:0px; padding:0px;}
  10. #container{padding:20px}
  11. #wrapper{width:800px;margin:0 auto;}
  12. #robot{background:url('/images/archonbot.png');width:126px;height:175px;float:right;margin-right:30px}
  13. #status{width:500px;margin:0 auto;}
  14. .error{font-family:orangejuice;font-size:62pt;color:#FFF;}
  15. .fourohfour{font-size:135pt;color:#8266B6;}
  16. </style>
  17. </head>
  18. <body>
  19. <div id="container"><div id="wrapper"><div id="status" class="error"><span class="fourohfour">404</span><div id="robot"></div></div><div class="error">Whatever it is you are looking for, ArchonBot has not created.</div></div></div>
  20. </body>
  21. </html>