commit 6f9d254
chld
·
2026-06-02 00:58:39 +0000 UTC
parent eb68079
gitignore
4 files changed,
+3,
-266
+3,
-0
1@@ -0,0 +1,3 @@
2+ index.html
3+ findme.html
4+webring.html
+0,
-88
1@@ -1,88 +0,0 @@
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: #00ffff;
21-}
22-
23-a:visited {
24- color: #666666;
25-}
26-
27-a:active {
28- color: #ffffff;
29-}
30-</style>
31-<body>
32-<center>
33-<link rel="icon" type="image/x-icon" href="favicon.png">
34-
35-<p id="fortune"></p>
36-<br>
37-<h1>CHLD</h1>
38-<p>[ <a href=index.html>home</a> | <a href=https://codeberg.org/chld/web>src</a> | <a href=https://4plt.ch>ROOT</a> ]</p>
39-/* <a href=findme.html>me</a> | <a href=>webring</a> | <a href=>blog</a> */
40-<script>
41- const fortunes = [
42- "so good",
43- "its chld",
44- "who you know and hate",
45- "fuck, man",
46- "cholodu",
47- "codeberg",
48- "sourcehut is ran by a pedo",
49- "im unsure ",
50- "imo ",
51- "im green",
52- "how do you know my ip",
53- "im not european, stop saying so",
54- "neuswc",
55- "<a href=wayland.fyi>wayland</a>",
56- "<a href=9larp.net>is down</a>",
57- "nusrat is unwise",
58- "is this fortune even random",
59- "you know i can just embed anything here, my static site is insecure like that",
60- "30 sloc go backend? completely static now.",
61- "shoot me, <a href=https://shrub.industries>shrub</a>",
62- "<script>alert(\"caught you using javascript\")<\/script>",
63- "runs in dillo? i think",
64- "css",
65- "fuck, woman",
66- "9front is cool",
67- "i may have emmc storage",
68- "thank you <a href=https://4plt.ch>for hosting this!</a>",
69- "is this not running off of localhost",
70- "pita, are you hosting this?",
71- "join #derive on <a href=https://ergo.chat>irc</a>",
72- "exploit my website then"
73- ];
74-
75- const randomIndex = Math.floor(Math.random() * fortunes.length);
76- document.getElementById("fortune").innerHTML = fortunes[randomIndex];
77-</script></center><br>
78-<p>for some reason, if you want to contact me, im in a few places.</p>
79-<br>
80-<p><i>chld</i> on #derive at <a href=https://ergo.chat>irc</a></p>
81-<p><i>uxntal</i> on <a href=https://discord.com>discord</a></p>
82-<p><i>uxntal</i> on <a href=https://tiktok.com>tiktok</a></p>
83-<br>
84-<p>i am also at some other places</p>
85-<p><a href=https://codeberg.org/chld><i>chld</i></a> on <a href=https://codeberg.org>codeberg</a></p>
86-<p><a href=https://github.com/cholodu><i>cholodu</i></a> on <a href=https://github.com>github</a></p>
87-<p><a href=https://youtube.com/@cholodu><i>cholodu</i></a> on <a href=https://youtube.com>youtube</a></p>
88-
89-<title>find me</title>
+0,
-95
1@@ -1,95 +0,0 @@
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: #00ffff;
21-}
22-
23-a:visited {
24- color: #666666;
25-}
26-
27-a:active {
28- color: #ffffff;
29-}
30-</style>
31-<body>
32-<center>
33-<link rel="icon" type="image/x-icon" href="favicon.png">
34-
35-<p id="fortune"></p>
36-<br>
37-<h1>CHLD</h1>
38-<p>[ <a href=index.html>home</a> | <a href=https://codeberg.org/chld/web>src</a> | <a href=https://4plt.ch>ROOT</a> ]</p>
39-/* <a href=findme.html>me</a> | <a href=>webring</a> | <a href=>blog</a> */
40-<script>
41- const fortunes = [
42- "so good",
43- "its chld",
44- "who you know and hate",
45- "fuck, man",
46- "cholodu",
47- "codeberg",
48- "sourcehut is ran by a pedo",
49- "im unsure ",
50- "imo ",
51- "im green",
52- "how do you know my ip",
53- "im not european, stop saying so",
54- "neuswc",
55- "<a href=wayland.fyi>wayland</a>",
56- "<a href=9larp.net>is down</a>",
57- "nusrat is unwise",
58- "is this fortune even random",
59- "you know i can just embed anything here, my static site is insecure like that",
60- "30 sloc go backend? completely static now.",
61- "shoot me, <a href=https://shrub.industries>shrub</a>",
62- "<script>alert(\"caught you using javascript\")<\/script>",
63- "runs in dillo? i think",
64- "css",
65- "fuck, woman",
66- "9front is cool",
67- "i may have emmc storage",
68- "thank you <a href=https://4plt.ch>for hosting this!</a>",
69- "is this not running off of localhost",
70- "pita, are you hosting this?",
71- "join #derive on <a href=https://ergo.chat>irc</a>",
72- "exploit my website then"
73- ];
74-
75- const randomIndex = Math.floor(Math.random() * fortunes.length);
76- document.getElementById("fortune").innerHTML = fortunes[randomIndex];
77-</script></center><br>
78-<p>hi guys, its chld.
79-<br>im a guy who likes to program and draw</p>
80-<p>this is chld's website</p>
81-<title>landing</title>
82-<br><br><br><br><br><center>
83-<img src="assets/CHLDB.png" alt="chld's button">
84-<img src="assets/blm-b.png" alt="black lives matter">
85-<img src="assets/nonazis.png" alt="FUCK NAZIS!" width=50 height=50>
86-<img src="assets/le_wokeisme.png" alt="im a pseudoleftist actually">
87-<img src="assets/pride.png" alt="be gay">
88-<img src="assets/bi.png" alt="i may be bisexual">
89-<a href=https://derivelinux.org><img src="assets/derive.png" alt="i developed for derive"></a>
90-<a href=https://links.twibright.com><img src="assets/linksbrow.gif" alt="use LINKS!"></a>
91-<img src="assets/gregg.gif" alt="sn-goof!">
92-<a href=https://netbsd.org><img src="assets/netbsd.gif" alt="i like netbsd"></a>
93-<a href=https://freebsd.org><img src="assets/freebsd3.gif" alt="i run freebsd on all my laptops"></a>
94-<img src="assets/xterm.png" alt="xterm">
95-<a href=https://www.vim.org><img src="assets/neovim.gif" alt="i wrote this with vim"></a>
96-</center></body>
+0,
-83
1@@ -1,83 +0,0 @@
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: #00ffff;
21-}
22-
23-a:visited {
24- color: #666666;
25-}
26-
27-a:active {
28- color: #ffffff;
29-}
30-</style>
31-<body>
32-<center>
33-<link rel="icon" type="image/x-icon" href="assets/favicon.png">
34-
35-<p id="fortune"></p>
36-<br>
37-<h1>CHLD</h1>
38-<p>[ <a href=index.html>home</a> | <a href=https://codeberg.org/chld/web>src</a> | <a href=https://4plt.ch>ROOT</a> ]</p>
39-/* <a href=findme.html>me</a> | <a href=>webring</a> | <a href=>blog</a> */
40-<script>
41- const fortunes = [
42- "so good",
43- "its chld",
44- "who you know and hate",
45- "fuck, man",
46- "cholodu",
47- "codeberg",
48- "sourcehut is ran by a pedo",
49- "im unsure ",
50- "imo ",
51- "im green",
52- "how do you know my ip",
53- "im not european, stop saying so",
54- "neuswc",
55- "<a href=wayland.fyi>wayland</a>",
56- "<a href=9larp.net>is down</a>",
57- "nusrat is unwise",
58- "is this fortune even random",
59- "you know i can just embed anything here, my static site is insecure like that",
60- "30 sloc go backend? completely static now.",
61- "shoot me, <a href=https://shrub.industries>shrub</a>",
62- "<script>alert(\"caught you using javascript\")<\/script>",
63- "runs in dillo? i think",
64- "css",
65- "fuck, woman",
66- "9front is cool",
67- "i may have emmc storage",
68- "thank you <a href=https://4plt.ch>for hosting this!</a>",
69- "is this not running off of localhost",
70- "pita, are you hosting this?",
71- "join #derive on <a href=https://ergo.chat>irc</a>",
72- "exploit my website then"
73- ];
74-
75- const randomIndex = Math.floor(Math.random() * fortunes.length);
76- document.getElementById("fortune").innerHTML = fortunes[randomIndex];
77-</script></center><br>
78-<p>chld is in a webring.</p>
79-<br><br>
80-<a href=https://ring.grendel.church>grendel.church</a>
81-<p>-----</p>
82-<img src=https://ring.grendel.church/_img/button.png alt="grendel button">
83-<br>
84-<a href=https://ring.grendel.church/prev/id><- prev</a> | <a href=https://ring.grendel.church/random>- rand -</a> | <a href=https://ring.grendel.church/next/id>next -></a>