commit 51292f2

chld  ·  2026-06-01 18:21:47 +0000 UTC
parent 7992449
fix broken links
4 files changed,  +5, -3
+0, -0
+1, -0
1@@ -7,3 +7,4 @@
2 <a href=https://derivelinux.org><img src="assets/derive.png" alt="i developed for derive"></a>
3 <a href=https://links.twibright.org><img src="assets/linksbrow.gif" alt="use LINKS!"></a>
4 <img src="assets/gregg.gif" alt="sn-goof!">
5+<a href=https://netbsd.org><img src="assets/netbsd.gif" alt="i like netbsd"></a>
+2, -2
 1@@ -18,7 +18,7 @@
 2             "is this fortune even random",
 3             "you know i can just embed anything here, my static site is insecure like that",
 4             "30 sloc go backend? completely static now.",
 5-            "shoot me, <a href=shrub.industries>shrub</a>",
 6+            "shoot me, <a href=https://shrub.industries>shrub</a>",
 7             "<script>alert(\"caught you using javascript\")<\/script>",
 8             "runs in dillo? i think",
 9             "css",
10@@ -28,7 +28,7 @@
11 	    "thank you <a href=https://4plt.ch>for hosting this!</a>",
12             "is this not running off of localhost",
13             "pita, are you hosting this?",
14-            "join #derive on <a href=ergo.chat>irc</a>",
15+            "join #derive on <a href=https://ergo.chat>irc</a>",
16             "exploit my website then"
17         ];
18 
+2, -1
 1@@ -55,7 +55,7 @@ a:active {
 2             "is this fortune even random",
 3             "you know i can just embed anything here, my static site is insecure like that",
 4             "30 sloc go backend? completely static now.",
 5-            "shoot me, <a href=shrub.industries>shrub</a>",
 6+            "shoot me, <a href=https://shrub.industries>shrub</a>",
 7             "<script>alert(\"caught you using javascript\")<\/script>",
 8             "runs in dillo? i think",
 9             "css",
10@@ -85,4 +85,5 @@ a:active {
11 <a href=https://derivelinux.org><img src="assets/derive.png" alt="i developed for derive"></a>
12 <a href=https://links.twibright.org><img src="assets/linksbrow.gif" alt="use LINKS!"></a>
13 <img src="assets/gregg.gif" alt="sn-goof!">
14+<a href=https://netbsd.org><img src="assets/netbsd.gif" alt="i like netbsd"></a>
15 </center></body>