------------------------------------------------------------
commit a779abefa7006c8101c4a15ab4e061cfe9427d0d
Author: root <root@sand.scroll.pub>
Date: Wed Jul 10 02:14:38 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 7f0b274..34133d5 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,6 +1,6 @@
-import header.scroll
-title Hello world
-
-Welcome to my website.
-
-import footer.scroll
\ No newline at end of file
+he WWS is like the World Wide Web, except:
+
+Intelligent. Built not on HTML, but from the ground up in a simple, expandable language, designed for both humans and AIs.
+Offline. You download entire sites and browse completely offline locally, rather than fetching one page at a time.
+Pristine. No ads, no paywalls, no trackers, no cookies, no copyright. The WWS and all content on it is public domain.
+Human first. Instead of anonymous domains the WWS has folders owned by verified humans.
\ No newline at end of file
------------------------------------------------------------
commit 859ea570790b63824eaf34fe2ffbba31e34ac03b
Author: root <root@sand.scroll.pub>
Date: Wed Jul 10 02:13:03 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