------------------------------------------------------------
commit 8c0c3ae5c3e21e8f1941803db0d98bb6f819e950
Author: Breck Yunits <breck7@gmail.com> Date: Thu Dec 12 06:29:49 2024 -1000 diff --git a/index.scroll b/index.scroll index 80be9db..e20c1a2 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,6 @@ buildHtml theme roboto -Hello World my name is testing +Hello World my name is testing.. Test test. seems to work \ No newline at end of file ------------------------------------------------------------
commit 9c71faa7857ceacaff448682f5adca6c3bcc754a
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Thu Dec 12 16:29:19 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 090f44d..80be9db 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,6 @@ buildHtml theme roboto -Hello World my name is testing \ No newline at end of file +Hello World my name is testing + +seems to work \ No newline at end of file ------------------------------------------------------------
commit 4157cc23f78743e48ef5b1859de82e09e4db439f
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Thu Dec 12 16:29:15 2024 +0000 updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..090f44d 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 +Hello World my name is testing \ No newline at end of file ------------------------------------------------------------
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