------------------------------------------------------------
commit d215589c88baeed2affaf98f738a973fa26523e5
Author: root <root@sand.scroll.pub> Date: Sat Jul 13 20:05:35 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 1de4fdb..fb0c60f 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,9 @@ -import header.scroll title Hello world +import header.scroll + Welcome to my website. -pageFooter \ No newline at end of file +okay cool + +pageFooter ------------------------------------------------------------
commit 8b1841c1a35220e0a4003b976bbd87974400b48d
Author: root <root@sand.scroll.pub> Date: Sat Jul 13 20:05:27 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