1
0

404.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>404 - Not Found - Sv443 Network</title>
  6. <style>
  7. @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
  8. body {
  9. color: white;
  10. font-family: "Roboto", "Segoe UI", "Arial", sans-serif;
  11. background-color: #282c34;
  12. text-align: center;
  13. }
  14. h1 {
  15. color: orangered;
  16. }
  17. #errContent {
  18. display: inline-block;
  19. }
  20. a:not(.noul), .mimica:not(.noul) {
  21. color: #8f9aff;
  22. text-decoration: none;
  23. }
  24. a:not(.noul):hover, .mimica:not(.noul):hover {
  25. color: #bcc2ff;
  26. text-decoration: underline;
  27. }
  28. </style>
  29. </head>
  30. <body>
  31. <br><br><br>
  32. <div id="errContent" class="container">
  33. <h1>Error 404</h1>
  34. <h3>The page you tried to reach doesn't exist.<br>
  35. <a href="https://sv443.net/" target="_self">Click here to go to the main page.</a></h3>
  36. </div>
  37. </body>
  38. </html>