Browse Source

Update seed.html

pull/11/head
acetone 3 years ago committed by GitHub
parent
commit
b959fd2682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      yggdrasil/seed.html

4
yggdrasil/seed.html

@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta http-equiv="Refresh" content="3600" /> <meta charset="utf-8"> <meta http-equiv="Refresh" content="3600" />
<title>I2P Reseed. First in Yggdrasil.</title> <title>I2P Reseed in Yggdrasil.</title>
<style media="screen"> <style media="screen">
* { * {
font-family: monospace; font-family: monospace;
@ -14,6 +14,6 @@
<body><center> <body><center>
<p>Number of Yggdrasil routers in the I2P network.</p> <p>Number of Yggdrasil routers in the I2P network.</p>
<p style="color: gray">Data from the current reseed. Updated hourly.</p> <p style="color: gray">Data from the current reseed. Updated hourly.</p>
<p style="font-size: 200px">13</p> <p style="font-size: 200px">99</p>
</center></body> </center></body>
</html> </html>

Loading…
Cancel
Save