------------------------------------------------------------
commit a3e3074fbc8278fd4fafcd5adba5bc5487d3f470
Author: ffff:65.246.71.95 <ffff:65.246.71.95@hub.scroll.pub>
Date: Thu Dec 5 06:01:57 2024 +0000
updated template.scroll
diff --git a/template.scroll b/template.scroll
index 327143c..e014437 100644
--- a/template.scroll
+++ b/template.scroll
@@ -5,7 +5,7 @@ title Start
metaTags
-style.css
+lander.css
<div class="container">
<div class="time" id="clock">12:00:00</div>
<h1>Welcome</h1>
------------------------------------------------------------
commit 8eca658710d33f8f3a8ec07db0cbc7624e52cbd9
Author: ffff:65.246.71.95 <ffff:65.246.71.95@hub.scroll.pub>
Date: Thu Dec 5 06:01:38 2024 +0000
updated template.scroll
diff --git a/template.scroll b/template.scroll
index 3d672c9..327143c 100644
--- a/template.scroll
+++ b/template.scroll
@@ -13,10 +13,10 @@ style.css
<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
- javascript `<a href="${item.split(" ")[0]}" class="link">${item.split(" ").slice(1).join(" ")}</a>`
- lines
-LINKS
+table
+ DATA
+ compose row <a href="{link}" class="link">{title}</a>
+ printColumn row
</div>
</div>
script
------------------------------------------------------------
commit 72632139b13707c03c9bd0308140a9bc0c2de507
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub>
Date: Wed Oct 23 05:44:28 2024 +0000
Updated links.ssv
diff --git a/links.ssv b/links.ssv
new file mode 100644
index 0000000..e69de29
------------------------------------------------------------
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();