Changes to start.scroll.pub

ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 11: style.css
+
+ loop
+ lines
+ google.com Google
+ github.com GitHub
+ youtube.com YouTube
+ reddit.com Reddit
+
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 5: title Start
- container
+
Changed around line 17: container
+
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 17: container
-
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 5: title Start
-
+ container
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 12: style.css
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 17: style.css
-
+
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 9: style.css
-
- onkeypress="if(event.keyCode==13) window.location.href='https://www.google.com/search?q='+this.value">
+
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 9: style.css
-
+
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 5: title Start
- html
-
-
12:00:00
-

Welcome

-
-
- onkeypress="if(event.keyCode==13) window.location.href='https://www.google.com/search?q='+this.value">
-
+
+
12:00:00
+

Welcome

+
+
+ onkeypress="if(event.keyCode==13) window.location.href='https://www.google.com/search?q='+this.value">
+
ffff:72.234.190.31
ffff:72.234.190.31
3 months ago
Updated index.scroll
index.scroll
Changed around line 23: html
- 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);