feat: added a link to the home of each webring

This commit is contained in:
Marlow Alfonso 2024-02-08 03:10:14 +00:00
parent e3177893bb
commit ffe9e90a8b
1 changed files with 6 additions and 4 deletions

View File

@ -47,14 +47,16 @@
<div class="card" id="webrings">
<h1>Webrings</h1>
<div id="webrings-retronaut">
<strong>Retronaut: </strong><a href="https://webring.dinhe.net/prev/https://unix.dog/~wiikifox/">previous</a> //
<a href="https://webring.dinhe.net/random">random</a> //
<a href="https://webring.dinhe.net/next/https://unix.dog/~wiikifox/">next</a>
<strong>Retronaut: </strong><a href="http://webring.dinhe.net/prev/https://unix.dog/~wiikifox/">previous</a> //
<a href="http://webring.dinhe.net/random">random</a> //
<a href="http://webring.dinhe.net/next/https://unix.dog/~wiikifox/">next</a> //
<a href="http://webring.dinhe.net/">home</a>
</div>
<div id="webrings-geekring">
<strong>Geekring: </strong><a href="http://geekring.net/site/354/previous/">previous</a> //
<a href="http://geekring.net/site/354/random/">random</a> //
<a href="http://geekring.net/site/354/next/">next</a>
<a href="http://geekring.net/site/354/next/">next</a> //
<a href="http://geekring.net/">home</a>
</div>
</div>