------------------------------------------------------------
commit 31c388cb8774e4da1e339699f30c5d7528c89556
Author: root <root@sand.scroll.pub> Date: Fri Jul 12 22:04:45 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index b02a096..dac936c 100644 --- a/index.scroll +++ b/index.scroll @@ -3,5 +3,3 @@ title Hello world import header.scroll Welcome to my website. Pretty cool, right? - -pageFooter ------------------------------------------------------------
commit 4cc59226463a3d99c1fe294954345929a29c4875
Author: root <root@sand.scroll.pub> Date: Fri Jul 12 22:04:36 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 1de4fdb..b02a096 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,7 @@ -import header.scroll title Hello world -Welcome to my website. +import header.scroll + +Welcome to my website. Pretty cool, right? -pageFooter \ No newline at end of file +pageFooter ------------------------------------------------------------
commit 8a2c7e975d48a48b604a826743d89079aaadf0a6
Author: root <root@sand.scroll.pub> Date: Fri Jul 12 22:04:12 2024 +0000 Initial commit diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..1ca624f --- /dev/null +++ b/header.scroll @@ -0,0 +1,7 @@ +metaTags +gazetteCss +pageHeader +printTitle +buildHtml +buildTxt +mediumColumns 1 \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..1de4fdb --- /dev/null +++ b/index.scroll @@ -0,0 +1,6 @@ +import header.scroll +title Hello world + +Welcome to my website. + +pageFooter \ No newline at end of file