From f7c05fdd11b6ab0cb209d4b4bde145f8616dc203 Mon Sep 17 00:00:00 2001 From: radiohotline Date: Sat, 14 Mar 2026 15:33:13 +0300 Subject: webring --- webring/linuxring/index.html | 10 ++++++++++ webring/linuxring/ring.js | 2 ++ webring/linuxring/update.sh | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 webring/linuxring/update.sh diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html index 7b8d65c..5f50c62 100644 --- a/webring/linuxring/index.html +++ b/webring/linuxring/index.html @@ -519,6 +519,16 @@ on the internet. coolpickles.neocities.org Nerdy aero-themed website about obscure/obsolete technology, non-standard linux, daily driving linux, tech news, and FOSS software/technologies. Featuring a blog, product reviews, and game reviews. + + + tech-absurdist.neocities.org + A blog on my personal journey about escaping the techno-matrix. + + + + wrywerytwreywery.stupid.pizza + whatever comes to mind, whenever it comes to mind. + diff --git a/webring/linuxring/ring.js b/webring/linuxring/ring.js index 6bb847a..876e038 100644 --- a/webring/linuxring/ring.js +++ b/webring/linuxring/ring.js @@ -92,6 +92,8 @@ 'https://joelb.xyz/', 'https://innocentzero.is-a.dev/', 'https://coolpickles.neocities.org', + 'https://tech-absurdist.neocities.org/', + 'https://wrywerytwreywery.stupid.pizza/', ]; // widget html // PREV and NEXT are replaced with neighbors' urls diff --git a/webring/linuxring/update.sh b/webring/linuxring/update.sh new file mode 100644 index 0000000..496788d --- /dev/null +++ b/webring/linuxring/update.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +neoup -r webring/linuxring -f index.html +neoup -r webring/linuxring -f ring.js -- cgit v1.3