------------------------------------------------------------
commit 3516e34011c0f0c3680a5407c98fa1e0a0a3c739
Author: root <root@hub.scroll.pub> Date: Sun Sep 29 03:24:18 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 5eed0fb..5c22707 100644 --- a/index.scroll +++ b/index.scroll @@ -1,3 +1,5 @@ buildHtml iframes https://hikinghawaii.com/ + +Hello world ------------------------------------------------------------
commit 02662434e45597681bd8b990415dbdf8ce1cf63a
Author: root <root@hub.scroll.pub> Date: Sun Sep 29 03:23:17 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 3ecd551..5eed0fb 100644 --- a/index.scroll +++ b/index.scroll @@ -1,3 +1,3 @@ buildHtml -iframe https://hikinghawaii.com/ +iframes https://hikinghawaii.com/ ------------------------------------------------------------
commit 52b30ea6d5cddb20737315818b7b62122cc6c7ab
Author: root <root@hub.scroll.pub> Date: Sun Sep 29 03:23:14 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 856f046..3ecd551 100644 --- a/index.scroll +++ b/index.scroll @@ -1,3 +1,3 @@ buildHtml -Hi Matt +iframe https://hikinghawaii.com/ ------------------------------------------------------------
commit 64c537e38a0395802a45bd53791fa43e2235c32d
Author: root <root@hub.scroll.pub> Date: Sun Sep 29 03:19:16 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 96da809..856f046 100644 --- a/index.scroll +++ b/index.scroll @@ -1,33 +1,3 @@ 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 +Hi Matt ------------------------------------------------------------
commit 9260eca5d64157959956797e2167dcb58e916acc
Author: root <root@hub.scroll.pub> Date: Sun Sep 29 02:14:32 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