------------------------------------------------------------
commit 9058507bcdaadb4a04835cb3a5d3cf341de186fa
Author: Breck Yunits <breck7@gmail.com> Date: Fri Oct 18 19:27:02 2024 -0700 diff --git a/index.scroll b/index.scroll index af2d578..c52e46c 100644 --- a/index.scroll +++ b/index.scroll @@ -2,4 +2,4 @@ buildHtml theme roboto -Hello World my name is Plane +Hello World my name is Airplane. ------------------------------------------------------------
commit 7e4ce1cc1ff1171c355575714259d7cf93114ee3
Author: ffff:184.169.45.4 <ffff:184.169.45.4@hub.scroll.pub> Date: Sat Oct 19 02:26:17 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..af2d578 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,5 @@ buildHtml + theme roboto -Hello World my name is \ No newline at end of file +Hello World my name is Plane ------------------------------------------------------------
commit 801f3f332a039c9e5d640f1645ce681488fa0285
Author: root <root@hub.scroll.pub> Date: Fri Oct 18 21:57:19 2024 +0000 initial ${dir} template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0ab78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.html +*.txt +*.xml +*.css +*.js \ 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