err.html 617 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Access denied</title>
  6. <style media="screen">
  7. * {
  8. box-sizing: border-box;
  9. font-size: 30px;
  10. font-family: monospace;
  11. margin: 20;
  12. padding: 20;
  13. background-color: black;
  14. color: red;
  15. }
  16. </style>
  17. </head>
  18. <body><center>
  19. <p>The reseed is available for download from an I2P router only!<p>
  20. <img src="wild-putin.png">
  21. </center></body>
  22. </html>