403.html 506 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  3. <title>Error 403...</title>
  4. <link rel="stylesheet" href="/error.css">
  5. </head>
  6. <body>
  7. <img class="impostor" src="/src/scaressy403.png" alt="?"/>
  8. <div class="impostortext">
  9. <p>A scary entity is blocking your path</p>
  10. <p>"Don't. Enter. This place." he say</p>
  11. <p>Looks like it's strictly forbidden...</p>
  12. </div>
  13. <p class="goback"><a href="/index.html">Run</a></p>
  14. </body></html>