1234567891011121314151617181920212223 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Access denied</title>
- <style media="screen">
- * {
- box-sizing: border-box;
- font-size: 30px;
- font-family: monospace;
- margin: 20;
- padding: 20;
- background-color: black;
- color: red;
- }
- </style>
- </head>
- <body><center>
- <p>The reseed is available for download from an I2P router only!<p>
- <img src="wild-putin.png">
- </center></body>
- </html>
|