commit d9cd567
chld
·
2026-06-01 17:38:02 +0000 UTC
parent cb64746
buttons now
4 files changed,
+13,
-1
+0,
-0
+9,
-0
1@@ -17,4 +17,13 @@ cat fortune.js >> $m
2 printf "</script></center><br>\n" >> $m
3
4 cat contents.html >> $m
5+
6+for i in $(jot 5);do
7+ printf "<br>" >> $m
8+done;printf "\n"
9+
10+printf "<center>\n" >> $m
11+cat button.html >> $m
12+printf "</center>" >> $m
13+
14 printf "</body>\n" >> $m
1@@ -0,0 +1 @@
2+<img src="CHLDB.png" alt="chld's button">
+3,
-1
1@@ -75,4 +75,6 @@ a:active {
2 <p>hi guys, its chld.
3 <br>im a guy who likes to program and draw</p>
4 <p>this is chld's website</p>
5-</body>
6+<br><br><br><br><br><center>
7+<img src="CHLDB.png" alt="chld's button">
8+</center></body>