summaryrefslogtreecommitdiff
path: root/webring/linuxring
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-05-13 16:49:02 +0000
committerRadiohotline <radiohotline@disroot.org>2026-05-13 16:49:02 +0000
commitf40e86feb751530ce2064014405be8004da32e1e (patch)
tree2a2fe3ff6d829271d8560a39119c5d0a1644bb9b /webring/linuxring
parentc9c4d4b7e6a852fa48e9b6ed472a7397ec5f6494 (diff)
links and webring
Diffstat (limited to 'webring/linuxring')
-rw-r--r--webring/linuxring/index.html19
-rw-r--r--webring/linuxring/redirect/noahnext.html13
-rw-r--r--webring/linuxring/redirect/noahprev.html13
-rw-r--r--webring/linuxring/ring.js5
4 files changed, 46 insertions, 4 deletions
diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html
index 195dcdc..45cd227 100644
--- a/webring/linuxring/index.html
+++ b/webring/linuxring/index.html
@@ -51,7 +51,7 @@ The system/distro you use (for the icon):
<div class="element" style="width: 300px;">
<p>Widget. Specify in email for JS-free version:</p>
<textarea>
-<script defer src="https://softmachine.dev/webring/linuxring/ring.js" data-icon="tux">
+<script defer src="https://softmachine.dev/webring/linuxring/ring.js" data-icon="tux"></script>
</textarea>
</div>
<div class="element" style="text-align: left;">
@@ -598,8 +598,21 @@ on the internet.</td>
<td><a href="https://xavierhm.com">xavierhm.com</a></td>
<td>The personal site of an artist, writer, blogger, webdev, and all-around cool dude.</td>
</tr>
-
-
+<tr>
+ <td><img class="icon" src="icon/debian.png"></td>
+ <td><a href="https://markofiume.com/">markofiume.com</a></td>
+ <td>yet another indescribably boring website by an italian teen</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/darwin.png"></td>
+ <td><a href="https://arcane.kitties.cat/">arcane.kitties.cat</a></td>
+ <td>my purrsonal site with all my projects and other junk!</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/debian.png"><img class="icon" src="icon/openbsd.png"><img class="icon" src="icon/plan9.png"></td>
+ <td><a href="https://ohnoitsnoah.com">ohnoitsnoah.com</a></td>
+ <td>Personal wiki about art, programming, computing, and my life.</td>
+</tr>
</table>
diff --git a/webring/linuxring/redirect/noahnext.html b/webring/linuxring/redirect/noahnext.html
new file mode 100644
index 0000000..cfc9c57
--- /dev/null
+++ b/webring/linuxring/redirect/noahnext.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://softmachine.dev/'"/>
+ </head>
+ <body>
+ <h1>Redirecting to next site...</h1>
+ <p>If you are not redirected, proceed <a href="https://softmachine.dev/">here</a>.</p>
+ </body>
+</html>
diff --git a/webring/linuxring/redirect/noahprev.html b/webring/linuxring/redirect/noahprev.html
new file mode 100644
index 0000000..d644f98
--- /dev/null
+++ b/webring/linuxring/redirect/noahprev.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://arcane.kitties.cat/'"/>
+ </head>
+ <body>
+ <h1>Redirecting to next site...</h1>
+ <p>If you are not redirected, proceed <a href="https://arcane.kitties.cat/">here</a>.</p>
+ </body>
+</html>
diff --git a/webring/linuxring/ring.js b/webring/linuxring/ring.js
index 56f345d..dff34d6 100644
--- a/webring/linuxring/ring.js
+++ b/webring/linuxring/ring.js
@@ -108,6 +108,9 @@
'https://tilde.club/~petbrain/',
'https://themewiki.neocities.org',
'https://xavierhm.com',
+ 'https://markofiume.com/',
+ 'https://arcane.kitties.cat/',
+ 'https://ohnoitsnoah.com',
];
// widget html
// PREV and NEXT are replaced with neighbors' urls
@@ -124,7 +127,7 @@
}
</style>
<a href="PREV">←</a>
- <a href="https://teethinvitro.neocities.org/webring/linuxring"><div>*nixRing<br><img style="height: 25px;" src="https://teethinvitro.neocities.org/webring/linuxring/icon/${document.currentScript.dataset.icon}.png"></div></a>
+ <a href="https://softmachine.dev/webring/linuxring"><div>*nixRing<br><img style="height: 25px;" src="https://softmachine.dev/webring/linuxring/icon/${document.currentScript.dataset.icon}.png"></div></a>
<a href="NEXT">→</a>
</div>`,
error: `<div>this site isn't part of the webring yet</div>`,