1
0
mirror of https://github.com/PurpleI2P/pyseeder synced 2025-01-15 09:19:57 +00:00
pyseeder/yggdrasil/err.html
2021-04-12 13:35:45 -04:00

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>