------------------------------------------------------------
commit 085526bdd18271223d03be8f4f9b47edaf0ed8c5
Author: root <root@sand.scroll.pub> Date: Fri Jul 12 21:15:34 2024 +0000 Updated header.scroll diff --git a/header.scroll b/header.scroll index 1ca624f..af3de44 100644 --- a/header.scroll +++ b/header.scroll @@ -1,7 +1,8 @@ +buildHtml +buildTxt + metaTags gazetteCss pageHeader printTitle -buildHtml -buildTxt -mediumColumns 1 \ No newline at end of file +mediumColumns 1 ------------------------------------------------------------
commit 927c215bf9834c0ce1195160c799957efb596147
Author: root <root@sand.scroll.pub> Date: Fri Jul 12 21:15:26 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