------------------------------------------------------------
commit 68a2f90120e136fad0a2cdaef44aa8a0fdd72edc
Author: root <root@sand.scroll.pub> Date: Thu Jul 11 07:21:40 2024 +0000 Updated checkingcheck.scroll diff --git a/checkingcheck.scroll b/checkingcheck.scroll index 43dd47e..161412c 100644 --- a/checkingcheck.scroll +++ b/checkingcheck.scroll @@ -1 +1 @@ -one \ No newline at end of file +one of the most important ------------------------------------------------------------
commit 5ff97a7ffb5d821f05db4d8e3bfa0b77d4e8156c
Author: root <root@sand.scroll.pub> Date: Thu Jul 11 07:21:04 2024 +0000 Updated checkingcheck.scroll diff --git a/checkingcheck.scroll b/checkingcheck.scroll new file mode 100644 index 0000000..43dd47e --- /dev/null +++ b/checkingcheck.scroll @@ -0,0 +1 @@ +one \ No newline at end of file ------------------------------------------------------------
commit 449b36b5155d5472357066b8283afc0316ba28dc
Author: root <root@sand.scroll.pub> Date: Thu Jul 11 07:20:24 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 7f0b274..d368c50 100644 --- a/index.scroll +++ b/index.scroll @@ -1,6 +1,6 @@ -import header.scroll -title Hello world - -Welcome to my website. - +import header.scroll +title Hello world + +Welcome to my website. + import footer.scroll \ No newline at end of file ------------------------------------------------------------
commit f885492698bb505ce84146f1a9b38e3cc8507a1a
Author: root <root@sand.scroll.pub> Date: Thu Jul 11 07:19:42 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