VanGans

404

Oct 21st, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.85 KB | None | 0 0
  1. <!doctype html>
  2. <meta charset=utf-8>
  3. <title> 404 new directions </title>
  4.  
  5. <style>
  6. body {background:#24272A; color:white;}
  7. section {text-align:center;}
  8. pre {color:white; font-family:monospace; font-weight:bold; margin:50px;}
  9. pre a {color:lime; text-decoration:none}
  10. pre a:hover {text-decoration:underline}
  11. #buttonEnter {display:none}
  12. input[type=button] {
  13. margin:10px auto; border-radius:4px; border:1px solid #333; color:#fafafa; width:200px; height: 30px;
  14. font-family:monospace; font-weight:bold;
  15. background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#151719), to(#202325));
  16. background-image: -webkit-linear-gradient(top, #151719, #202325);
  17. background-image:    -moz-linear-gradient(top, #151719, #202325);
  18. background-image:     -ms-linear-gradient(top, #151719, #202325);
  19. background-image:      -o-linear-gradient(top, #151719, #202325);
  20. }
  21. </style>
  22.  
  23. <section>
  24.  
  25. <pre>
  26.  
  27. 44        0000   44    
  28.  
  29. 44  4    0   00  44  4  
  30.  
  31. 44  44   0 00 0  44  44
  32.  
  33. 4444444  00   0  4444444
  34.  
  35.     44    0000       44
  36.  
  37. not found :(
  38. </pre>
  39.  
  40. <canvas id=canvas><pre>
  41. Hey there, it looks like you're using Microsoft's Internet Explorer.
  42. Microsoft hates the Web and doesn't support HTML5 :(
  43. <!--
  44. Well that's not exactly true, I'm pretty sure it would run just fine on a recent version,
  45. not that I tested tho.
  46. And I sure hope there's a lot of people at MS who like the web!
  47. -->
  48. </pre></canvas>
  49.  
  50. <input type=button id=buttonEnter value=Enter>
  51.  
  52. <pre>
  53. this game is called <a href=http://impactjs.com/drop/ title="play Drop.js!">Drop.js</a>
  54. <a href=http://impactjs.org title="awesome HTML5 games!">ImpactJS.org</a> &copy; 2010 Dominic Szablewski
  55. </pre>
  56.  
  57. </section>
  58.  
  59. <script src=/drop/drop.js?plug=none>
  60. // ImpactJS.org © 2010 Dominic Szablewski
  61. </script>
  62.  
  63. <script>
  64. ig.module('main').requires('drop').defines(function(){DropGame.start();});
  65. </script>
Advertisement
Add Comment
Please, Sign In to add comment