diff options
Diffstat (limited to 'webring')
| -rw-r--r-- | webring/linuxring/index.html | 17 | ||||
| -rw-r--r-- | webring/linuxring/redirect/jaremanext.html | 13 | ||||
| -rw-r--r-- | webring/linuxring/redirect/jaremaprev.html | 13 | ||||
| -rw-r--r-- | webring/linuxring/redirect/russnext.html | 13 | ||||
| -rw-r--r-- | webring/linuxring/redirect/russprev.html | 13 | ||||
| -rw-r--r-- | webring/linuxring/ring.js | 3 | ||||
| -rw-r--r-- | webring/linuxring/template.txt | 4 |
7 files changed, 73 insertions, 3 deletions
diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html index 97030f0..4f511e7 100644 --- a/webring/linuxring/index.html +++ b/webring/linuxring/index.html @@ -65,7 +65,7 @@ The system/distro you use (for the icon): <h2>Members</h2>
<table id="members">
<tr>
- <td><img class="icon" src="icon/nixos.png"><img class="icon" src="icon/freebsd.png"></td>
+ <td><img class="icon" src="icon/void.png"><img class="icon" src="icon/freebsd.png"></td>
<td><a href="https://softmachine.dev">teethinvitro.neocities.org</a></td>
<td>Soft Machine is a corner for my thoughts, art, music, and writing — a piece of me.</td>
</tr>
@@ -544,6 +544,21 @@ on the internet.</td> <td><a href="https://tapeykatt.neocities.org/">tapeykatt.neocities.org</a></td>
<td>The personal website of a silly chartreux cat from Chile. Mainly art and random stuff.</td>
</tr>
+<tr>
+ <td><img class="icon" src="icon/openbsd.png"></td>
+ <td><a href="http://saberonthe.net/">http:saberonthe.net</a></td>
+ <td>A personal page where I ramble on about various topics.</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/debian.png"></td>
+ <td><a href="https://russecke.net/">russecke.net</a></td>
+ <td>Electronics, computer hardware and software, general aviation, automotive, and related sundry.</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/fedora.png"></td>
+ <td><a href="https://jarema.me">jarema.me</a></td>
+ <td>This is my little corner on the internet, I occasionally write blog posts, post some cats, share things about me and all that stuff 😛</td>
+</tr>
</table>
diff --git a/webring/linuxring/redirect/jaremanext.html b/webring/linuxring/redirect/jaremanext.html new file mode 100644 index 0000000..6207549 --- /dev/null +++ b/webring/linuxring/redirect/jaremanext.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>*nixRing</title> + <meta http-equiv="Refresh" content="0; url='https://teethinvitro.neocities.org/'"/> + </head> + <body> + <h1>Redirecting to next site...</h1> + <p>If you are not redirected, proceed <a href="https://teethinvitro.neocities.org/">here</a>.</p> + </body> +</html> diff --git a/webring/linuxring/redirect/jaremaprev.html b/webring/linuxring/redirect/jaremaprev.html new file mode 100644 index 0000000..63958e1 --- /dev/null +++ b/webring/linuxring/redirect/jaremaprev.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>*nixRing</title> + <meta http-equiv="Refresh" content="0; url='https://russecke.net/'"/> + </head> + <body> + <h1>Redirecting to next site...</h1> + <p>If you are not redirected, proceed <a href="https://russecke.net/">here</a>.</p> + </body> +</html> diff --git a/webring/linuxring/redirect/russnext.html b/webring/linuxring/redirect/russnext.html new file mode 100644 index 0000000..1f6ebd0 --- /dev/null +++ b/webring/linuxring/redirect/russnext.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>*nixRing</title> + <meta http-equiv="Refresh" content="0; url='https://jarema.me'"/> + </head> + <body> + <h1>Redirecting to next site...</h1> + <p>If you are not redirected, proceed <a href="https://jarema.me">here</a>.</p> + </body> +</html> diff --git a/webring/linuxring/redirect/russprev.html b/webring/linuxring/redirect/russprev.html new file mode 100644 index 0000000..54968d4 --- /dev/null +++ b/webring/linuxring/redirect/russprev.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>*nixRing</title> + <meta http-equiv="Refresh" content="0; url='https://saberonthe.net'"/> + </head> + <body> + <h1>Redirecting to next site...</h1> + <p>If you are not redirected, proceed <a href="https://saberonthe.net">here</a>.</p> + </body> +</html> diff --git a/webring/linuxring/ring.js b/webring/linuxring/ring.js index 5857ba8..e13035a 100644 --- a/webring/linuxring/ring.js +++ b/webring/linuxring/ring.js @@ -97,6 +97,9 @@ 'https://kami-g.me/',
'https://avaloathelace.neocities.org/',
'https://tapeykatt.neocities.org/',
+ 'https://saberonthe.net',
+ 'https://russecke.net/',
+ 'https://jarema.me',
];
// widget html
// PREV and NEXT are replaced with neighbors' urls
diff --git a/webring/linuxring/template.txt b/webring/linuxring/template.txt index 1166562..27914a8 100644 --- a/webring/linuxring/template.txt +++ b/webring/linuxring/template.txt @@ -9,7 +9,7 @@ text-decoration: none;
}
</style>
- <a href="PREV">←</a>
+ <a href="https://teethinvitro.neocities.org/webring/linuxring/redirect/PREV">←</a>
<a href="https://teethinvitro.neocities.org/webring/linuxring">
<div>
*nixRing
@@ -17,5 +17,5 @@ <img style="height: 25px;" src="https://teethinvitro.neocities.org/webring/linuxring/icon/tux.png">
</div>
</a>
- <a href="NEXT">→</a>
+ <a href="https://teethinvitro.neocities.org/webring/linuxring/redirect/NEXT">→</a>
</div>
|
