diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-05-13 16:49:02 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-05-13 16:49:02 +0000 |
| commit | f40e86feb751530ce2064014405be8004da32e1e (patch) | |
| tree | 2a2fe3ff6d829271d8560a39119c5d0a1644bb9b /webring/linuxring/ring.js | |
| parent | c9c4d4b7e6a852fa48e9b6ed472a7397ec5f6494 (diff) | |
links and webring
Diffstat (limited to 'webring/linuxring/ring.js')
| -rw-r--r-- | webring/linuxring/ring.js | 5 |
1 files changed, 4 insertions, 1 deletions
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>`,
|
