404.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <!doctype html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>404</title>
  5. <script type="text/javascript" src="/js/jquery.min.js" crossorigin="anonymous"></script>
  6. <link rel="stylesheet" href="/css/bootstrap.min.css" crossorigin="anonymous">
  7. <script type="text/javascript" src="/js/bootstrap.min.js" crossorigin="anonymous"></script>
  8. <link rel="preconnect" href="https://fonts.gstatic.com">
  9. <link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
  10. &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
  11. <style>
  12. body,
  13. html {
  14. width: 100%;
  15. height: 100%;
  16. background: #111;
  17. overflow: clip;
  18. }
  19. p {
  20. width: 100%;
  21. height: 100%;
  22. color: transparent;
  23. background-image: url('/fun/chat/ai-game/1/duck.png');
  24. background-size: 8%;
  25. /* transform: scale(1.8); */
  26. filter: invert(1);
  27. mix-blend-mode: hard-light;
  28. }
  29. .text-magic {
  30. position: absolute;
  31. top: 50%;
  32. left: 70%;
  33. transform: scale(3.4);
  34. width: 500px;
  35. font-size: 36px;
  36. font-family: 'Courier New', serif, 'Anonymous Pro', monospace;
  37. color: #fff;
  38. }
  39. .white {
  40. position: absolute;
  41. left: -10px;
  42. width: 500px;
  43. height: 3px;
  44. background: #000;
  45. z-index: 4;
  46. animation: whiteMove 3s cubic-bezier(0, 1.59, 0, 1.4) infinite;
  47. }
  48. .text-magic::before {
  49. content: attr(data-word);
  50. position: absolute;
  51. top: 0;
  52. left: 0.5px;
  53. height: 0px;
  54. color: rgba(255, 255, 255, 0.9);
  55. overflow: hidden;
  56. z-index: 2;
  57. animation: redShadow 1s cubic-bezier(0, 1.07, 0, 1.04) infinite;
  58. filter: contrast(200%);
  59. text-shadow: 1px 0 0 red;
  60. }
  61. .text1::before {
  62. animation-delay: 0.4s;
  63. }
  64. .text2::before {
  65. animation-delay: 0.6s;
  66. }
  67. .text3::before {
  68. animation-delay: 0.7s;
  69. }
  70. .text4::before {
  71. animation-delay: 0.2s;
  72. }
  73. .text-magic::after {
  74. content: attr(data-word);
  75. position: absolute;
  76. top: 0;
  77. left: -3px;
  78. height: 36px;
  79. color: rgba(255, 255, 255, 0.8);
  80. overflow: hidden;
  81. z-index: 3;
  82. background: rgba(0, 0, 0, 0.9);
  83. animation: redHeight 1.5s cubic-bezier(0, 1.59, 0, 1.4) infinite;
  84. filter: contrast(200%);
  85. text-shadow: -1px 0 0 cyan;
  86. mix-blend-mode: darken;
  87. }
  88. @keyframes redShadow {
  89. 20% {
  90. font-style: italic;
  91. height: 32px;
  92. }
  93. 60% {
  94. height: 6px;
  95. }
  96. 100% {
  97. font-style: normal;
  98. height: 42px;
  99. }
  100. }
  101. @keyframes redHeight {
  102. 20% {
  103. height: 42px;
  104. }
  105. 35% {
  106. height: 12px;
  107. }
  108. 50% {
  109. height: 40px;
  110. }
  111. 60% {
  112. height: 20px;
  113. }
  114. 70% {
  115. height: 34px;
  116. }
  117. 80% {
  118. height: 22px;
  119. }
  120. 100% {
  121. height: 0px;
  122. }
  123. }
  124. @keyframes whiteMove {
  125. 8% {
  126. top: 38px;
  127. }
  128. 14% {
  129. top: 8px;
  130. }
  131. 20% {
  132. top: 42px;
  133. }
  134. 32% {
  135. top: 2px;
  136. }
  137. 99% {
  138. top: 30px;
  139. }
  140. }
  141. </style>
  142. </head>
  143. <body>
  144. <p>THE LUMINIOUS DUCKS ARE WATCHING YOU</p>
  145. <div class="text-magic text1" data-word="You clicked a link, thinking you would find something fun and exciting. "
  146. style="transform: scale(0.3);left:-45%;top:10%;width:2000px">
  147. <div class="white"></div>
  148. </div>
  149. <div class="text-magic text2"
  150. data-word="Instead, you found yourself facing a duck void and a deep sense of humour. "
  151. style="transform: scale(0.3);left:-30%;top:17%;width:2000px;font-family: 'Courier New', Courier, monospace;">
  152. <div class="white"></div>
  153. </div>
  154. <div class="text-magic text4"
  155. data-word="Instead, you found yourself facing a dark void and a deep sense of terror. "
  156. style="transform: scale(0.3);left:-30%;top:17%;width:2000px;font-family: 'Courier New', Courier, monospace;">
  157. <div class="white"></div>
  158. </div>
  159. <div class="text-magic text1"
  160. data-word="Just as a chill of fear washes over you, the feeling of being watched intensifies."
  161. style="transform: scale(0.3);left:-34%;top:22%;width:2000px">
  162. <div class="white"></div>
  163. </div>
  164. <div class="text-magic text3" data-word="You can almost feel the breath on your neck, and the eyes on your back."
  165. style="transform: scale(0.3) ;left:-15%;top:28%;width:2000px">
  166. <div class="white"></div>
  167. </div>
  168. <div class="text-magic text4" data-word="Every little sound makes you jump, and hold your breath."
  169. style="transform: scale(0.3) ;left:-10%;top:34%;width:2000px">
  170. <div class="white"></div>
  171. </div>
  172. <div class="text-magic text4" data-word="Something is out there, and it's coming closer."
  173. style="transform: scale(0.35) ;left:0%;top:39%;width:2000px">
  174. <div class="white"></div>
  175. </div>
  176. <div class="text-magic text3" data-word="You'll never know what was waiting here in this luminous duck."
  177. style="transform: scale(0.3);left:15%;top:30%;width:2000px">
  178. <div class="white"></div>
  179. </div>
  180. <div class="text-magic text2" data-word="You'll never know what was waiting here in th#u8tMF)OI)(*N)(*#U)("
  181. style="transform: scale(0.3) ;left:15%;top:30%;width:2000px;">
  182. <div class="white"></div>
  183. </div>
  184. <div class="text-magic text1" data-word="$0$ Not FoμnD" style="font-family:'Courier'">
  185. <div class="white"></div>
  186. </div>
  187. <div class="text-magic" data-word="404 Not Found" style="font-family:'Courier New',Courier, monospace">
  188. <div class="white"></div>
  189. </div>
  190. </body>