seed.html 562 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"> <meta http-equiv="Refresh" content="3600" />
  5. <title>I2P Reseed. First in Yggdrasil.</title>
  6. <style media="screen">
  7. * {
  8. font-family: monospace;
  9. background-color: black;
  10. color: white;
  11. }
  12. </style>
  13. </head>
  14. <body><center>
  15. <p>Number of Yggdrasil routers in the I2P network.</p>
  16. <p style="color: gray">Data from the current reseed. Updated hourly.</p>
  17. <p style="font-size: 200px">13</p>
  18. </center></body>
  19. </html>