commit abb8263
chld
·
2026-06-02 01:28:13 +0000 UTC
parent 6f9d254
hyperlink to chld
3 files changed,
+95,
-6
+92,
-0
1@@ -0,0 +1,92 @@
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>hi guys, its chld.
76+<br>im a guy who likes to program and draw</p>
77+<p>this is chld's website</p>
78+<title>landing</title>
79+<br><br><br><br><br><center>
80+<img src="assets/CHLDB.png" alt="chld's button">
81+<img src="assets/blm-b.png" alt="black lives matter">
82+<img src="assets/nonazis.png" alt="FUCK NAZIS!" width=50 height=50>
83+<img src="assets/le_wokeisme.png" alt="im a pseudoleftist actually">
84+<img src="assets/pride.png" alt="be gay">
85+<img src="assets/bi.png" alt="i may be bisexual">
86+<a href=https://derivelinux.org><img src="assets/derive.png" alt="i developed for derive"></a>
87+<a href=https://links.twibright.com><img src="assets/linksbrow.gif" alt="use LINKS!"></a>
88+<img src="assets/gregg.gif" alt="sn-goof!">
89+<a href=https://netbsd.org><img src="assets/netbsd.gif" alt="i like netbsd"></a>
90+<a href=https://freebsd.org><img src="assets/freebsd3.gif" alt="i run freebsd on all my laptops"></a>
91+<img src="assets/xterm.png" alt="xterm">
92+<a href=https://www.vim.org><img src="assets/neovim.gif" alt="i wrote this with vim"></a>
93+</center></body>
+1,
-1
1@@ -2,6 +2,6 @@
2
3 <p id="fortune"></p>
4 <br>
5-<h1>CHLD</h1>
6+<a href=index.html style="color: #0f0f0f;"><h1 style="color: #0f0f0f;">CHLD</h1></a>
7 <p>[ <a href=index.html>home</a> | <a href=https://codeberg.org/chld/web>src</a> | <a href=https://4plt.ch>ROOT</a> ]</p>
8 /* <a href=findme.html>me</a> | <a href=webring.html>webring</a> | <a href=>blog</a> */
+2,
-5
1@@ -14,11 +14,8 @@ a {
2 }
3
4 a:hover {
5- color: #00ffff;
6-}
7-
8-a:visited {
9- color: #666666;
10+ color: #ffffff;
11+ background-color: #005500;
12 }
13
14 a:active {