------------------------------------------------------------
commit b2893db99eeee3ed8c24247e9f14eb6a10c6b361
Author: root <root@sand.scroll.pub> Date: Wed Jul 10 18:56:41 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 3f1b823..5e955c3 100644 --- a/index.scroll +++ b/index.scroll @@ -6,7 +6,7 @@ Text text - djdjdj - djdjjd -#fjjdjjdj +# fjjdjjdj Welcome to my website. ------------------------------------------------------------
commit 85ed2e40b42cf99c73db508bc0d1bc82f94b94c9
Author: root <root@sand.scroll.pub> Date: Wed Jul 10 18:56:33 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 7f0b274..3f1b823 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,13 @@ -import header.scroll -title Hello world - -Welcome to my website. - +import header.scroll +title Hello world + +Text text + +- djdjdj +- djdjjd + +#fjjdjjdj + +Welcome to my website. + import footer.scroll \ No newline at end of file ------------------------------------------------------------
commit bd252ddd4d7e26fc22fbd94717e5970493804161
Author: root <root@sand.scroll.pub> Date: Wed Jul 10 18:55:37 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