commit a67e5c8
chld
·
2026-08-01 20:37:23 +0000 UTC
parent af4bab9
table thing
2 files changed,
+26,
-0
+4,
-0
1@@ -57,3 +57,7 @@ img {
2 image-rendering: pixelated;
3 image-rendering: crisp-edges;
4 }
5+
6+table, th, td {
7+ border:1px solid black;
8+}
+22,
-0
1@@ -4,6 +4,28 @@
2 <img src=../assets/blinky.png>
3 <p>generated cot drawing a pbm image</p>
4 <br>
5+<h3>instructions</h3>
6+<table>
7+ <tr>
8+ <th>name</th>
9+ <th>purpose</th>
10+ </tr>
11+ <tr>
12+ <td>print</td>
13+ <td>display text</td>
14+ </tr>
15+ <tr><td>wait</td>
16+ <td>wait for <i>n</i> amount of seconds</td></tr>
17+ <tr><td>color</td>
18+ <td>changes pixel color to color <i>color</i></td></tr>
19+ <tr><td>pixel</td>
20+ <td>draws a pixel at <i>(x, y)</i></td></tr>
21+ <tr><td>clear</td>
22+ <td>clears the screen</td></tr>
23+ <tr><td>kill</td>
24+ <td>kills cotton</td></tr>
25+</table>
26+<h4>colors</h4>
27 <p>hi chld, this is your first blog. and hi, hello to my audience reading this<a href=https://en.wikipedia.org/wiki/Nothing><sup>[1]</sup></a><br>
28 so i wanna try and make this shell script that grabs from a directory blog/, and the specified html file blog thing, there will be html comments that are like metadata that the shell script reads and echoes into the blog landing thing<br>
29 <br>okay thats it, see you later</p>