------------------------------------------------------------
commit 6e2eb6d71db2ce753b0494a0718d68cd23350e09
Author: ffff:66.60.13.175 <ffff:66.60.13.175@hub.scroll.pub>
Date: Sun Oct 20 11:46:59 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index b848adf..7d6099e 100644
--- a/index.scroll
+++ b/index.scroll
@@ -9,3 +9,7 @@ Hello World my name is Someone.
- three
# welcome to my site
+
+```javascript
+const hey = "you"
+```
------------------------------------------------------------
commit 8462d381c0e4248172ca71b239a1625342bd6af5
Author: ffff:66.60.13.175 <ffff:66.60.13.175@hub.scroll.pub>
Date: Sun Oct 20 11:46:36 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 7d6099e..b848adf 100644
--- a/index.scroll
+++ b/index.scroll
@@ -9,7 +9,3 @@ Hello World my name is Someone.
- three
# welcome to my site
-
-```javascript
-const hey = "you"
-```
------------------------------------------------------------
commit a93447e2a9b01e4637c01547c00909d757ea79ff
Author: ffff:66.60.13.175 <ffff:66.60.13.175@hub.scroll.pub>
Date: Sun Oct 20 11:46:22 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 4442ed6..7d6099e 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,4 +1,15 @@
buildHtml
+
theme roboto
-Hello World my name is
\ No newline at end of file
+Hello World my name is Someone.
+
+- one
+- two
+- three
+
+# welcome to my site
+
+```javascript
+const hey = "you"
+```
------------------------------------------------------------
commit 801f3f332a039c9e5d640f1645ce681488fa0285
Author: root <root@hub.scroll.pub>
Date: Fri Oct 18 21:57:19 2024 +0000
initial ${dir} template
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..aa0ab78
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.html
+*.txt
+*.xml
+*.css
+*.js
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..4442ed6
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,4 @@
+buildHtml
+theme roboto
+
+Hello World my name is
\ No newline at end of file