------------------------------------------------------------
commit b7ea5902fabc1fe0fb3b9f3f4347dd09e203054f
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub> Date: Tue Dec 3 15:32:00 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 4c3441d..6ba7642 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,4 @@ buildHtml -theme tufte +theme roboto chatgpt.html \ No newline at end of file ------------------------------------------------------------
commit bb2b7ddc6bbadccc2ab35c977d7e07d29a463422
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub> Date: Tue Dec 3 15:31:54 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 12db0c7..4c3441d 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,4 @@ buildHtml -theme dark +theme tufte chatgpt.html \ No newline at end of file ------------------------------------------------------------
commit 575c74b1857841c5584ee2dcdfe3b5471e61d8f1
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub> Date: Tue Dec 3 15:31:40 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 6ba7642..12db0c7 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,4 @@ buildHtml -theme roboto +theme dark chatgpt.html \ No newline at end of file ------------------------------------------------------------
commit b0a41e801991dd0d5ebf2758c9ea1402a45f061a
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub> Date: Tue Dec 3 15:31:35 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..6ba7642 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,4 @@ buildHtml theme roboto -Hello World my name is \ No newline at end of file +chatgpt.html \ No newline at end of file ------------------------------------------------------------
commit 0820eb0d71cb9d94563ca2714b6daf6501c5823b
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub> Date: Tue Dec 3 15:30:56 2024 +0000 updated chatgpt.html diff --git a/chatgpt.html b/chatgpt.html index e69de29..28a6b6b 100644 --- a/chatgpt.html +++ b/chatgpt.html @@ -0,0 +1,103 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Plum Blossom vs. LEGO Plum Blossom</title> + <style> + body { + font-family: Arial, sans-serif; + margin: 20px; + } + h1 { + text-align: center; + } + table { + width: 80%; + margin: 0 auto; + border-collapse: collapse; + } + th, + td { + border: 1px solid #ddd; + padding: 10px; + text-align: left; + } + th { + background-color: #f4f4f4; + } + tr:nth-child(even) { + background-color: #f9f9f9; + } + tr:nth-child(odd) { + background-color: #fff; + } + caption { + font-weight: bold; + margin-bottom: 10px; + } + </style> + </head> + <body> + <h1>Plum Blossom vs. LEGO Plum Blossom</h1> + <table> + <caption> + Comparison of Real and LEGO Plum Blossoms + </caption> + <thead> + <tr> + <th>Feature</th> + <th>Plum Blossom</th> + <th>LEGO Plum Blossom</th> + </tr> + </thead> + <tbody> + <tr> + <td>Scientific Name</td> + <td><i>Prunus mume</i></td> + <td>LEGO Set #10281 (Bonsai Tree)</td> + </tr> + <tr> + <td>Daily Oxygen Production</td> + <td>~260 mL</td> + <td>0 mL</td> + </tr> + <tr> + <td>Daily CO₂ Absorption</td> + <td>~300 mL</td> + <td>0 mL</td> + </tr> + <tr> + <td>Growth Rate</td> + <td>~25 cm per year</td> + <td>Static (does not grow)</td> + </tr> + <tr> + <td>Spread</td> + <td>Seeds dispersed by animals</td> + <td>Manual arrangement by humans</td> + </tr> + <tr> + <td>Water Requirement</td> + <td>~20 liters per week</td> + <td>None</td> + </tr> + <tr> + <td>Lifespan</td> + <td>20-30 years</td> + <td>Theoretically eternal (unless disassembled)</td> + </tr> + <tr> + <td>Aesthetic Appeal</td> + <td>Natural beauty and fragrance</td> + <td>Highly symmetrical and customizable</td> + </tr> + <tr> + <td>Environmental Impact</td> + <td>Positive (supports ecosystems)</td> + <td>Neutral to slightly negative (plastic production)</td> + </tr> + </tbody> + </table> + </body> +</html> ------------------------------------------------------------
commit 81ec1992d0ad793b0565df89cbf58775ebb63bc3
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub> Date: Tue Dec 3 15:30:54 2024 +0000 created chatgpt.html diff --git a/chatgpt.html b/chatgpt.html new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit 93e43037b7794c5d3de89eaf6afe3e3d561d8df3
Author: root <root@hub.scroll.pub> Date: Sun Nov 10 20:12:15 2024 +0000 initial blank_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd1a52d --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +*.html +*.txt +*.xml +*.css +*.js +*.csv +requests.scroll \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file