not_found.html 836 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
  5. <title>
  6. Cyberlife - 404
  7. </title>
  8. <link rel="stylesheet" href="style/stylesheet.css" type="text/css" charset="utf-8" />
  9. <style>
  10. span {
  11. font-family: "1942_report1942_report";
  12. border-radius: 1em;
  13. padding: 1em;
  14. position: absolute;
  15. top: 50%;
  16. left: 50%;
  17. margin-right: -50%;
  18. transform: translate(-50%, -50%)
  19. }
  20. </style>
  21. </head>
  22. <body bgcolor="#000000">
  23. <div class="txt-Center">
  24. <p>
  25. <span style="color: green;">It's too bad she won't live. But then again, who does?</span>
  26. </p>
  27. </div>
  28. <audio autoplay loop>
  29. <source src="files/buzz.mp3" type="audio/mpeg">
  30. </audio>
  31. </body>
  32. </html>