------------------------------------------------------------
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() { ------------------------------------------------------------
commit f37cfa7be62c27a6479425bee01adabda36a64e3
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:34:15 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index d7e4faa..21945b0 100644 --- a/index.scroll +++ b/index.scroll @@ -5,7 +5,7 @@ title Start metaTags style.css -container +<div class="container"> <div class="time" id="clock">12:00:00</div> <h1>Welcome</h1> <div class="search-box"> @@ -17,6 +17,7 @@ container <a href="https://www.youtube.com" class="link">YouTube</a> <a href="https://www.reddit.com" class="link">Reddit</a> </div> +</div> script function updateClock() { const now = new Date(); ------------------------------------------------------------
commit 9d4e388635e619e984ccee1c2d5be4ae4e1369a0
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:34:02 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 0266702..d7e4faa 100644 --- a/index.scroll +++ b/index.scroll @@ -17,7 +17,6 @@ container <a href="https://www.youtube.com" class="link">YouTube</a> <a href="https://www.reddit.com" class="link">Reddit</a> </div> -</div> script function updateClock() { const now = new Date(); ------------------------------------------------------------
commit 0b179ab141f9c8c8e01b5fc05a248a0df406e002
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:34:00 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 21945b0..0266702 100644 --- a/index.scroll +++ b/index.scroll @@ -5,7 +5,7 @@ title Start metaTags style.css -<div class="container"> +container <div class="time" id="clock">12:00:00</div> <h1>Welcome</h1> <div class="search-box"> ------------------------------------------------------------
commit 48dad360ac589fbde81ccf64646a09c17db9f590
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:33:48 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index b4e5723..21945b0 100644 --- a/index.scroll +++ b/index.scroll @@ -12,10 +12,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"> - <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> + <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> script ------------------------------------------------------------
commit 37d1c00d06a7e05d7d41f66f0a6e19c269982b49
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:33:45 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index d431200..b4e5723 100644 --- a/index.scroll +++ b/index.scroll @@ -17,7 +17,7 @@ style.css <a href="https://www.youtube.com" class="link">YouTube</a> <a href="https://www.reddit.com" class="link">Reddit</a> </div> - </div> +</div> script function updateClock() { const now = new Date(); ------------------------------------------------------------
commit 880dfb62c1db9ccaaa82ecbc6971d532298ef12b
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:33:38 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 8dae437..d431200 100644 --- a/index.scroll +++ b/index.scroll @@ -9,8 +9,7 @@ style.css <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"> + <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> ------------------------------------------------------------
commit 3e47a3411f490a13c7c68447f0083abcd206285b
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:33:26 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 31d9b2b..8dae437 100644 --- a/index.scroll +++ b/index.scroll @@ -9,7 +9,7 @@ style.css <div class="time" id="clock">12:00:00</div> <h1>Welcome</h1> <div class="search-box"> - <input type="text" placeholder="Search the web..." + <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"> ------------------------------------------------------------
commit 6bfa5f58815f9cf3d604fa77ba3c4d31d1dfdee8
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:33:16 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 73eb643..31d9b2b 100644 --- a/index.scroll +++ b/index.scroll @@ -5,20 +5,19 @@ title Start metaTags style.css -html - <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"> - <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="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"> + <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> script function updateClock() { ------------------------------------------------------------
commit c18a01be12a615aad540647228c84217c2629221
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub> Date: Tue Oct 22 17:31:43 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 8fbfea6..73eb643 100644 --- a/index.scroll +++ b/index.scroll @@ -23,8 +23,13 @@ html script function updateClock() { const now = new Date(); - const time = now.toLocaleTimeString(); - document.getElementById('clock').textContent = time; + const options = { + weekday: 'long', + year: 'numeric', + month: 'long', + day: 'numeric' + }; + const time = now.toLocaleDateString('en-US', options); + document.getElementById('clock').textContent = time; } - setInterval(updateClock, 1000); updateClock();