mirror of https://github.com/PurpleI2P/pyseeder
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
617 B
23 lines
617 B
4 years ago
|
<!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>
|