diff options
author | nathan <nathansmith@posteo.com> | 2025-05-15 02:23:39 -0600 |
---|---|---|
committer | nathan <nathansmith@posteo.com> | 2025-05-15 02:23:39 -0600 |
commit | 2a8db0f743e3104f71ccf3cb4d07ba1256b633f8 (patch) | |
tree | 7a8811e6ecdf75cbef86b7a395cd65d0eb498a1b | |
parent | a0acfe1dc7b17eac86584886964f69801ce21f9f (diff) |
Fixed dillo support
-rw-r--r-- | images/tuxicon.png | bin | 16213 -> 9805 bytes | |||
-rw-r--r-- | index.html | 40 |
2 files changed, 22 insertions, 18 deletions
diff --git a/images/tuxicon.png b/images/tuxicon.png Binary files differindex ab5907e..42ae086 100644 --- a/images/tuxicon.png +++ b/images/tuxicon.png @@ -122,8 +122,10 @@ <table border="1"> <tr> <td> - <a href="https://mr.jhorn.net/index.php"><img src= - "images/music_ring.gif" alt="Music web ring"></a><br> + <a href="https://mr.jhorn.net/index.php" target="_blank"> + <img src= + "images/music_ring.gif" alt="Music web ring"> + </a><br/> <a href= "https://mr.jhorn.net/prev.php?slug=nsw">prev</a> <a href="https://mr.jhorn.net/rand.php">rand</a> @@ -159,37 +161,39 @@ </table> <!-- *nixring --> - <table> + <table border="1"> <tr> - <td class='webring-prev'> - <a href= - 'https://teethinvitro.neocities.org/webring/linuxring/redirect/nathanprev.html'> - <--</a> + <td> + <a href="https://teethinvitro.neocities.org/webring/linuxring/redirect/nathanprev.html"> + <--</a> </td> - <td class='webring-info'>Member of the *nixRing<br> - <span class='webring-links'><a href= - 'https://teethinvitro.neocities.org/webring/linuxring/' - target="_blank"> - <img src="images/tuxicon.png" - width="10%"></a></span></td> - <td class='webring-next'> - <a href= - 'https://teethinvitro.neocities.org/webring/linuxring/redirect/nathannext.html'> - --></a> + <td> + <a href="https://teethinvitro.neocities.org/webring/linuxring" + target="_blank"> + <img src="images/tuxicon.png"/> + Member of the *nixRing + </a> + <td> + <a href="https://teethinvitro.neocities.org/webring/linuxring/redirect/nathannext.html"> + --></a> </td> </tr> </table> <!-- gettie's webring --> - <table> + <table border="1"> <tr> <td> <a href="https://webring.getimiskon.xyz/nsw/prev"> <--</a> + </td> + <td> <a href="https://webring.getimiskon.xyz" target="_blank"> <img src="images/gettie.png"/> gettie's webring </a> + </td> + <td> <a href="https://webring.getimiskon.xyz/nsw/next"> --></a> </td> |