404.html 572 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  3. <title>404 Not found...?</title>
  4. <link rel="stylesheet" href="/error.css">
  5. </head>
  6. <body>
  7. <img class="impostor" src="/src/sussy404.png" alt="?"/>
  8. <div class="impostortext">
  9. <p>A strange entity is blocking your path</p>
  10. <p>"You shalt not visit 404's bounds" he say</p>
  11. <p>This rounded red thing is suspicious, in a way. Go back and all will be fine...</p>
  12. </div>
  13. <p class="goback"><a href="/index.html">Return to safety</a></p>
  14. </body></html>