libdo

Untitled

Oct 31st, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.14 KB | None | 0 0
  1. <html>
  2. <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. </head>
  4.  
  5. <p><br />
  6. <title>404 ERROR</title>
  7. </p>
  8. <div id="text">
  9. -<span id="cursor">!</span>
  10. </div>
  11. <br><br>
  12. <center>
  13. </center>
  14.  
  15. <style>
  16. body {
  17.     background-image:url('Key.gif');
  18.     background-size:73%;
  19.     background-repeat: repeat-y;
  20.     background-attachment: fixed;
  21.     height:93%;
  22.     width:93%;
  23. }
  24.  
  25. div {
  26.   color: #f33f01;
  27.   font-family: Monaco, monospace;
  28.   font-size: 24px;
  29.   width: 100%;
  30.   text-align: center;
  31.   position: absolute;
  32.   top: 45%;
  33.   left: 0px;
  34.   animation: 120ms infinite normal glitch;
  35. }
  36.  
  37. span {
  38.   animation: 1500ms infinite normal cursor;
  39. }
  40.  
  41. @keyframes glitch {
  42.   0% {
  43.     opacity: 0;
  44.     left: 0px;
  45.   }
  46.   40% {
  47.     opacity: 1;
  48.     left: -2px;
  49.   }
  50.   80% {
  51.     opacity: 1;
  52.     left: -2px;
  53.   }
  54. }
  55.  
  56. @keyframes cursor {
  57.   0% {
  58.     opacity: 0;
  59.     left: 0px;
  60.   }
  61.   40% {
  62.     opacity: 0;
  63.     left: -2px;
  64.   }
  65.   80% {
  66.     opacity: 1;
  67.     left: -2px;
  68.   }
  69. }
  70. </style>
  71. <body bgcolor="000">
  72. <br><br>
  73. <center>
  74. <audio controls autoplay>
  75. <source src="404.wav" type="audio/mpeg"></audio>
  76. </center>
  77. </body>
Add Comment
Please, Sign In to add comment