------------------------------------------------------------
commit 16fc12c85027b8c7bcb242bfec89f412d49eafc4
Author: root <root@sand.scroll.pub> Date: Thu Jul 11 20:22:01 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 1de4fdb..d33f029 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,9 @@ -import header.scroll -title Hello world - -Welcome to my website. - +import header.scroll +title Hello world + +Welcome to my website. + +This is a test + + pageFooter \ No newline at end of file ------------------------------------------------------------
commit 8616074ee23b6f89bdb9dc6245a7179c68314961
Author: root <root@sand.scroll.pub> Date: Thu Jul 11 20:21:52 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