404.html 5.4 KB

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