------------------------------------------------------------
commit e98dac989d5064c3fa18723fd8214b971bc7401f
Author: root <root@hub.scroll.pub>
Date: Fri Sep 27 23:15:08 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 0aac5a1..a666a6f 100644
--- a/index.scroll
+++ b/index.scroll
@@ -2,3 +2,4 @@ buildHtml
theme dark
aaron.mp4
+ loop
------------------------------------------------------------
commit 143f9461300462f01e13d47fe8d22fd19d22db0b
Author: root <root@hub.scroll.pub>
Date: Fri Sep 27 23:14:55 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 96da809..0aac5a1 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,33 +1,4 @@
buildHtml
- // Your site is live on the web!
- // You can edit this file and click Publish to update your site live!
- // This is a comment. It won't appear on the web page.
- // The buildHTML line generates an HTML file from this program.
-buildTxt
- // Generates a TXT file from this program.
-title Hello world
- // Sets the page title for meta and printTitle parsers.
-metaTags
- // Generates HTML meta tags in the HTML.
-theme gazette
- // Adds a theme stylesheet to the HTML.
-homeButton
- // Adds a home button to go to your index page.
-viewSourceButton
- // Adds a view source button to go to the source code for this page.
-
-container
- // This line sets a container for the content
-
-printTitle
- // Prints the title of the page in the HTML and TXT output.
-
-// Put any content below
-Welcome to my folder.
-
-****
- // Just a decoration for the end of the page
-
-scrollVersionLink
- // Prints the version of Scroll used
+theme dark
+aaron.mp4
------------------------------------------------------------
commit 5055c41c8bd42ab1adcc402265006546a50f8303
Author: root <root@hub.scroll.pub>
Date: Fri Sep 27 23:14:44 2024 +0000
Added aaron.mp4
diff --git a/aaron.mp4 b/aaron.mp4
new file mode 100644
index 0000000..c87e131
Binary files /dev/null and b/aaron.mp4 differ
------------------------------------------------------------
commit 8055b1544d593989e39a39dde9c1b7c919db9742
Author: root <root@hub.scroll.pub>
Date: Fri Sep 27 19:18:25 2024 +0000
Initial commit from blank template
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..96da809
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,33 @@
+buildHtml
+ // Your site is live on the web!
+ // You can edit this file and click Publish to update your site live!
+ // This is a comment. It won't appear on the web page.
+ // The buildHTML line generates an HTML file from this program.
+buildTxt
+ // Generates a TXT file from this program.
+title Hello world
+ // Sets the page title for meta and printTitle parsers.
+
+metaTags
+ // Generates HTML meta tags in the HTML.
+theme gazette
+ // Adds a theme stylesheet to the HTML.
+homeButton
+ // Adds a home button to go to your index page.
+viewSourceButton
+ // Adds a view source button to go to the source code for this page.
+
+container
+ // This line sets a container for the content
+
+printTitle
+ // Prints the title of the page in the HTML and TXT output.
+
+// Put any content below
+Welcome to my folder.
+
+****
+ // Just a decoration for the end of the page
+
+scrollVersionLink
+ // Prints the version of Scroll used