------------------------------------------------------------
commit 124b83833b8e846d81fadb593e285459dffa10c0
Author: root <root@sand.scroll.pub> Date: Fri Jul 12 15:08:06 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 1de4fdb..10c6c41 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 test 123. -pageFooter \ No newline at end of file +pageFooter ------------------------------------------------------------
commit 1fa5005eea1fde84022d1f816a5a24290e16a8ac
Author: root <root@sand.scroll.pub> Date: Fri Jul 12 15:07:51 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