------------------------------------------------------------
commit 68dae050f3e0ccfd75900407b2328f2745452502
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:43:15 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index f2f390d..08c45a4 100644 --- a/index.scroll +++ b/index.scroll @@ -3,6 +3,4 @@ replace LINKS https://hub.scroll.pub/globe.html Globe https://scroll.pub Scroll -// Put your start links here - template.scroll ------------------------------------------------------------
commit 484de2ab145d0ab35d382174825927c1a74124d8
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:42:32 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 30b2dab..f2f390d 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,7 @@ replace LINKS - https://hub.scroll.pub/folders.html ScrollHub - https://hub.scroll.pub/globe.html Globe - https://scroll.pub Scroll + https://hub.scroll.pub/folders.html ScrollHub + https://hub.scroll.pub/globe.html Globe + https://scroll.pub Scroll // Put your start links here ------------------------------------------------------------
commit c76cb285de3510128830efcd39263c6cf0769a94
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:42:15 2024 +0000 Updated template.scroll diff --git a/template.scroll b/template.scroll index d738c12..3d672c9 100644 --- a/template.scroll +++ b/template.scroll @@ -14,9 +14,9 @@ style.css </div> <div class="quick-links"> loop + javascript `<a href="${item.split(" ")[0]}" class="link">${item.split(" ").slice(1).join(" ")}</a>` lines LINKS - javascript `<a href="${item.split(" ")[0]}" class="link">${item.split(" ").slice(1).join(" ")}</a>` </div> </div> script ------------------------------------------------------------
commit d674cf389d3cc43ede980a4e1ca2b46d6bf02f99
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:42:08 2024 +0000 Updated template.scroll diff --git a/template.scroll b/template.scroll index 6b89e9e..d738c12 100644 --- a/template.scroll +++ b/template.scroll @@ -15,7 +15,7 @@ style.css <div class="quick-links"> loop lines - LINKS +LINKS javascript `<a href="${item.split(" ")[0]}" class="link">${item.split(" ").slice(1).join(" ")}</a>` </div> </div> ------------------------------------------------------------
commit fdbbb1b15918a4f05abebfdc6a1fc7775c50f733
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:41:46 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index c6ea5ce..30b2dab 100644 --- a/index.scroll +++ b/index.scroll @@ -1,7 +1,7 @@ replace LINKS - https://hub.scroll.pub/folders.html ScrollHub - https://hub.scroll.pub/globe.html Globe - https://scroll.pub Scroll + https://hub.scroll.pub/folders.html ScrollHub + https://hub.scroll.pub/globe.html Globe + https://scroll.pub Scroll // Put your start links here ------------------------------------------------------------
commit 0c9da55d6309cfac3a56f9aa731115ba9282f459
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:41:28 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 3b42232..c6ea5ce 100644 --- a/index.scroll +++ b/index.scroll @@ -1,35 +1,8 @@ -buildHtml -favicon favicon.png -title Start +replace LINKS + https://hub.scroll.pub/folders.html ScrollHub + https://hub.scroll.pub/globe.html Globe + https://scroll.pub Scroll -metaTags +// Put your start links here -style.css -<div class="container"> - <div class="time" id="clock">12:00:00</div> - <h1>Welcome</h1> - <div class="search-box"> - <input type="text" placeholder="Search the web..." onkeypress="if(event.keyCode==13) window.location.href='https://www.google.com/search?q='+this.value"> - </div> -<div class="quick-links"> -loop - lines - https://hub.scroll.pub/folders.html ScrollHub - https://hub.scroll.pub/globe.html Globe - https://scroll.pub Scroll - javascript `<a href="${item.split(" ")[0]}" class="link">${item.split(" ").slice(1).join(" ")}</a>` -</div> -</div> -script - function updateClock() { - const now = new Date(); - const options = { - weekday: 'long', - year: 'numeric', - month: 'long', - day: 'numeric' - }; - const time = now.toLocaleDateString('en-US', options); - document.getElementById('clock').textContent = time; - } - updateClock(); +template.scroll ------------------------------------------------------------
commit e4f38dfeeb58f90b5a1644102d1cbfe6b5496af7
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:40:52 2024 +0000 Updated template.scroll diff --git a/template.scroll b/template.scroll index e69de29..6b89e9e 100644 --- a/template.scroll +++ b/template.scroll @@ -0,0 +1,34 @@ +importOnly +buildHtml +favicon favicon.png +title Start + +metaTags + +style.css +<div class="container"> + <div class="time" id="clock">12:00:00</div> + <h1>Welcome</h1> + <div class="search-box"> + <input type="text" placeholder="Search the web..." onkeypress="if(event.keyCode==13) window.location.href='https://www.google.com/search?q='+this.value"> + </div> +<div class="quick-links"> +loop + lines + LINKS + javascript `<a href="${item.split(" ")[0]}" class="link">${item.split(" ").slice(1).join(" ")}</a>` +</div> +</div> +script + function updateClock() { + const now = new Date(); + const options = { + weekday: 'long', + year: 'numeric', + month: 'long', + day: 'numeric' + }; + const time = now.toLocaleDateString('en-US', options); + document.getElementById('clock').textContent = time; + } + updateClock(); ------------------------------------------------------------
commit 9fbf1261e81a7ebf7c4d39aa27c6e74ad02bfea4
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:40:27 2024 +0000 Updated template.scroll diff --git a/template.scroll b/template.scroll new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit 22fe121fd9052e84a61ca558bcc2242216c26ab3
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:39:36 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index c55a127..3b42232 100644 --- a/index.scroll +++ b/index.scroll @@ -14,10 +14,9 @@ style.css <div class="quick-links"> loop lines - google.com Google - github.com GitHub - youtube.com YouTube - reddit.com Reddit + https://hub.scroll.pub/folders.html ScrollHub + https://hub.scroll.pub/globe.html Globe + https://scroll.pub Scroll javascript `<a href="${item.split(" ")[0]}" class="link">${item.split(" ").slice(1).join(" ")}</a>` </div> </div> ------------------------------------------------------------
commit d9b80b03114b89d27c8d366d05858a8fe95557a0
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:37:21 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 21945b0..c55a127 100644 --- a/index.scroll +++ b/index.scroll @@ -11,12 +11,15 @@ style.css <div class="search-box"> <input type="text" placeholder="Search the web..." onkeypress="if(event.keyCode==13) window.location.href='https://www.google.com/search?q='+this.value"> </div> - <div class="quick-links"> - <a href="https://www.google.com" class="link">Google</a> - <a href="https://www.github.com" class="link">GitHub</a> - <a href="https://www.youtube.com" class="link">YouTube</a> - <a href="https://www.reddit.com" class="link">Reddit</a> - </div> +<div class="quick-links"> +loop + lines + google.com Google + github.com GitHub + youtube.com YouTube + reddit.com Reddit + javascript `<a href="${item.split(" ")[0]}" class="link">${item.split(" ").slice(1).join(" ")}</a>` +</div> </div> script function updateClock() {