commit 36b1528

chld  ·  2026-06-05 15:48:24 +0000 UTC
parent abb8263
blog
3 files changed,  +80, -0
+1, -0
1@@ -1,3 +1,4 @@
2   index.html
3  findme.html
4 webring.html
5+   blog.html
+76, -0
 1@@ -0,0 +1,76 @@
 2+
 3+<style>
 4+body {
 5+    background-color: #f0ffae;
 6+    color: 	      #0f0f0f;          
 7+
 8+    padding-top:      80px;
 9+    padding-bottom:   80px;
10+    padding-left:     80px;
11+    padding-right:    80px;
12+}
13+
14+a {
15+    color:           #005500;      
16+    text-decoration: none; 
17+}
18+
19+a:hover {
20+    color:            #ffffff; 
21+    background-color: #005500;
22+}
23+
24+a:active {
25+    color: #ffffff;
26+}
27+</style>
28+<body>
29+<center>
30+<link rel="icon" type="image/x-icon" href="assets/favicon.png">
31+
32+<p id="fortune"></p>
33+<br>
34+<a href=index.html style="color: #0f0f0f;"><h1 style="color: #0f0f0f;">CHLD</h1></a>
35+<p>[ <a href=index.html>home</a> | <a href=https://codeberg.org/chld/web>src</a> | <a href=https://4plt.ch>ROOT</a> ]</p>
36+/* <a href=findme.html>me</a> | <a href=webring.html>webring</a> | <a href=>blog</a> */
37+<script>
38+        const fortunes = [
39+            "so good",
40+            "its chld",
41+            "who you know and hate",
42+            "fuck, man",
43+            "cholodu",
44+            "codeberg",
45+            "sourcehut is ran by a pedo",
46+            "im unsure ",
47+            "imo ",
48+            "im green",
49+            "how do you know my ip",
50+            "im not european, stop saying so",
51+            "neuswc",
52+            "<a href=wayland.fyi>wayland</a>",
53+            "<a href=9larp.net>is down</a>",
54+            "nusrat is unwise",
55+            "is this fortune even random",
56+            "you know i can just embed anything here, my static site is insecure like that",
57+            "30 sloc go backend? completely static now.",
58+            "shoot me, <a href=https://shrub.industries>shrub</a>",
59+            "<script>alert(\"caught you using javascript\")<\/script>",
60+            "runs in dillo? i think",
61+            "css",
62+            "fuck, woman",
63+            "9front is cool",
64+            "i may have emmc storage",
65+	    "thank you <a href=https://4plt.ch>for hosting this!</a>",
66+            "is this not running off of localhost",
67+            "pita, are you hosting this?",
68+            "join #derive on <a href=https://ergo.chat>irc</a>",
69+            "exploit my website then"
70+        ];
71+
72+        const randomIndex = Math.floor(Math.random() * fortunes.length);
73+        document.getElementById("fortune").innerHTML = fortunes[randomIndex];
74+</script></center><br>
75+<p>this is where chld writes blogs.<br>sometimes</p>
76+<br>
77+<p>currently we have no blogs here x_x</p>
+3, -0
1@@ -0,0 +1,3 @@
2+<p>this is where chld writes blogs.<br>sometimes</p>
3+<br>
4+<p>currently we have no blogs here x_x</p>