------------------------------------------------------------
commit 80bd530c741505518d38f72d7fb7b1b53810828c
Author: root <root@sand.scroll.pub> Date: Wed Jul 10 02:16:38 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index b2f670a..f2b4b47 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,7 @@ import header.scroll title Hello world -Welcome to my website. +Welcome to my _website_ What about *now* ------------------------------------------------------------
commit d5670aa19e145b6f20c75afcf47bf629fe9b8d89
Author: root <root@sand.scroll.pub> Date: Wed Jul 10 02:16:32 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index ab3ea9c..b2f670a 100644 --- a/index.scroll +++ b/index.scroll @@ -3,6 +3,6 @@ title Hello world Welcome to my website. -What about <B>now</B> +What about *now* import footer.scroll \ No newline at end of file ------------------------------------------------------------
commit b95085e29bd85c4204aab14cb3977a322dcf2d54
Author: root <root@sand.scroll.pub> Date: Wed Jul 10 02:16:24 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 7c36f3d..ab3ea9c 100644 --- a/index.scroll +++ b/index.scroll @@ -3,5 +3,6 @@ title Hello world Welcome to my website. -What about now +What about <B>now</B> + import footer.scroll \ No newline at end of file ------------------------------------------------------------
commit 516ed1c4f57fca76692472ca4bcf8448311bbf73
Author: root <root@sand.scroll.pub> Date: Wed Jul 10 02:16:17 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 7f0b274..7c36f3d 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,7 @@ -import header.scroll -title Hello world - -Welcome to my website. - +import header.scroll +title Hello world + +Welcome to my website. + +What about now import footer.scroll \ No newline at end of file ------------------------------------------------------------
commit 1c499ac397f7eee6dd7ad51b54db92fb0203b5b0
Author: root <root@sand.scroll.pub> Date: Wed Jul 10 02:15:54 2024 +0000 Initial commit diff --git a/footer.scroll b/footer.scroll new file mode 100644 index 0000000..c94b583 --- /dev/null +++ b/footer.scroll @@ -0,0 +1,5 @@ +importOnly +**** +endColumns +buildHtml +buildTxt \ No newline at end of file diff --git a/header.scroll b/header.scroll new file mode 100644 index 0000000..52e07ae --- /dev/null +++ b/header.scroll @@ -0,0 +1,5 @@ +metaTags +gazetteCss +pageHeader +printTitle +mediumColumns 1 \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..7f0b274 --- /dev/null +++ b/index.scroll @@ -0,0 +1,6 @@ +import header.scroll +title Hello world + +Welcome to my website. + +import footer.scroll \ No newline at end of file