------------------------------------------------------------
commit 583cd20f23c4018db5a6a171e9cc35c03c0df779
Author: root <root@sand.scroll.pub>
Date: Wed Jul 10 16:08:02 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 3250237..e0d388d 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,5 +1,5 @@
import header.scroll
-title Hello world
+title Hello mo
Welcome to my house.
------------------------------------------------------------
commit d4788c63d4591ff8c4bf64875e961d17a1319046
Author: root <root@sand.scroll.pub>
Date: Wed Jul 10 16:07:58 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 7f0b274..3250237 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 house.
+
import footer.scroll
\ No newline at end of file
------------------------------------------------------------
commit c472537283adfa8b4642f824da0d70d3be7d493c
Author: root <root@sand.scroll.pub>
Date: Wed Jul 10 16:07: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