summaryrefslogtreecommitdiff
path: root/webring/linuxring
diff options
context:
space:
mode:
Diffstat (limited to 'webring/linuxring')
-rw-r--r--webring/linuxring/index.html17
-rw-r--r--webring/linuxring/redirect/girlnext.html13
-rw-r--r--webring/linuxring/redirect/girlprev.html13
-rw-r--r--webring/linuxring/ring.js3
-rw-r--r--webring/linuxring/test21
5 files changed, 67 insertions, 0 deletions
diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html
index 13aec9f..64db5b9 100644
--- a/webring/linuxring/index.html
+++ b/webring/linuxring/index.html
@@ -618,6 +618,23 @@ on the internet.</td>
<td><a href="https://venus-territory.nekoweb.org/">venus-territory.nekoweb.org</a></td>
<td>My resources page is useful, I usually do blogs about technology (screaming about minute Linux details) or dreaming.</td>
</tr>
+<tr>
+ <td><img class="icon" src="icon/mint.png"><img class="icon" src="icon/arch.png"></td>
+ <td><a href="https://thelema.nekoweb.org/">thelema.nekoweb.org</a></td>
+ <td>Personal blog.</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/mint.png"></td>
+ <td><a href="https://schizophyllu.me/index.html">schizophyllu.meindex.html</a></td>
+ <td>skizy lives on the internet.</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/endeavouros.png"><img class="icon" src="icon/freebsd.png"></td>
+ <td><a href="https://girlkissing.tips/">girlkissing.tips</a></td>
+ <td>software projects, OS reviews, art, and cat pictures</td>
+</tr>
+
+
</table>
</div>
diff --git a/webring/linuxring/redirect/girlnext.html b/webring/linuxring/redirect/girlnext.html
new file mode 100644
index 0000000..ddc9bd1
--- /dev/null
+++ b/webring/linuxring/redirect/girlnext.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/girlprev.html b/webring/linuxring/redirect/girlprev.html
new file mode 100644
index 0000000..a19ab82
--- /dev/null
+++ b/webring/linuxring/redirect/girlprev.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://schizophyllu.me/'"/>
+ </head>
+ <body>
+ <h1>Redirecting to next site...</h1>
+ <p>If you are not redirected, proceed <a href="https://schizophyllu.me/">here</a>.</p>
+ </body>
+</html>
diff --git a/webring/linuxring/ring.js b/webring/linuxring/ring.js
index 2490272..7f6efbf 100644
--- a/webring/linuxring/ring.js
+++ b/webring/linuxring/ring.js
@@ -112,6 +112,9 @@
'https://plushiekitty.party/',
'https://ohnoitsnoah.com',
'https://venus-territory.nekoweb.org/',
+ 'https://thelema.nekoweb.org',
+ 'https://schizophyllu.me/',
+ 'https://girlkissing.tips',
];
// widget html
// PREV and NEXT are replaced with neighbors' urls
diff --git a/webring/linuxring/test b/webring/linuxring/test
new file mode 100644
index 0000000..14f91d5
--- /dev/null
+++ b/webring/linuxring/test
@@ -0,0 +1,21 @@
+<div id="nixring" style="display: flex; gap: 8px; align-items: center;">
+ <style type="text/css" scoped>
+ #nixring {
+ text-align: center;
+ color: black;
+ }
+ #nixring a {
+ color: black;
+ text-decoration: none;
+ }
+ </style>
+ <a href="https://softmachine.dev/webring/linuxring/redirect/girlprev.html">←</a>
+ <a href="https://softmachine.dev/webring/linuxring">
+ <div>
+ *nixRing
+ <br>
+ <img style="height: 25px;" src="https://softmachine.dev/webring/linuxring/icon/tux.png">
+ </div>
+ </a>
+ <a href="https://softmachine.dev/webring/linuxring/redirect/girlnext.html">→</a>
+</div>