diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-09-25 18:46:40 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-09-25 18:46:40 +0200 |
commit | 67fa6cb7062d9ae1ba0ee202660602f47b5480fe (patch) | |
tree | 81b518fd22c80e1172f0804fb850436cc5e6b655 /webring.html | |
parent | d1642e8505be2e28a9cab40440821b475e53c9aa (diff) | |
download | arfnet2-web-67fa6cb7062d9ae1ba0ee202660602f47b5480fe.tar.gz arfnet2-web-67fa6cb7062d9ae1ba0ee202660602f47b5480fe.zip |
header class, gxog webring
Diffstat (limited to 'webring.html')
-rwxr-xr-x | webring.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webring.html b/webring.html index 60ad544..b988280 100755 --- a/webring.html +++ b/webring.html @@ -8,7 +8,7 @@ </head>
<body>
- <header><a href="/">
+ <header class="header"><a href="/">
<img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</a></header>
<hr>
@@ -26,7 +26,8 @@ <a href="https://jensen-net.mooo.com/"><img src="https://jensen-net.mooo.com/media/88_31.png"></a>
<a href="https://exosunand.net/"><img src="https://exosunand.net/88_31_alien.png"></a>
<a href="https://slushee.dev/"><img src="/images/webring/slushee.gif"></a>
- </div>
+ <a href="https://gxog.xyz/"><img src="https://gxog.xyz/webrings/web_badge"></a>
+ </div>
</main>
</body>
</html>
|