------------------------------------------------------------
commit eec96afdfe6ffeb848af47ce55523cf8e6288663
Author: root <root@sand.scroll.pub>
Date: Mon Jul 8 11:05:39 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 7f0b274..e3f6729 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 brecks new site.
+
import footer.scroll
\ No newline at end of file
------------------------------------------------------------
commit 890e2d56b71e6c50ef3be2ea6a8164039553d46e
Author: root <root@sand.scroll.pub>
Date: Mon Jul 8 11:05:28 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