mirror of
https://github.com/PurpleI2P/pyseeder
synced 2025-01-15 09:19:57 +00:00
23 lines
617 B
HTML
23 lines
617 B
HTML
|
<!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>
|