------------------------------------------------------------
commit ca8f14639b18800edc88fde545e57a18bf4861bd
Author: root <root@sand.scroll.pub>
Date: Mon Jul 8 20:14:58 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 7f0b274..b54d64f 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,6 +1,8 @@
-import header.scroll
-title Hello world
-
-Welcome to my website.
-
+import header.scroll
+title Hello world
+
+Welcome to my website.
+
+scatterplot
+
import footer.scroll
\ No newline at end of file
------------------------------------------------------------
commit cde1370ef6b621394049e873e10aa3f3bd4f3d24
Author: root <root@sand.scroll.pub>
Date: Mon Jul 8 20:14:45 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