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

20 lines
562 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> <meta http-equiv="Refresh" content="3600" />
<title>I2P Reseed. First in Yggdrasil.</title>
<style media="screen">
* {
font-family: monospace;
background-color: black;
color: white;
}
</style>
</head>
<body><center>
<p>Number of Yggdrasil routers in the I2P network.</p>
<p style="color: gray">Data from the current reseed. Updated hourly.</p>
<p style="font-size: 200px">13</p>
</center></body>
</html>