Change marquee to modern user interface norms. - bitreich-www - the bitreich ww… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 71d427247d1c91a7b6e44b87beabe6bb5b9d3220 | |
parent 0c7097f3b521b868999dd8bf4d4758ee0809f662 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Tue, 8 Oct 2024 19:18:30 +0200 | |
Change marquee to modern user interface norms. | |
Thanks bin! | |
Diffstat: | |
M 0-index.html.head | 4 ++-- | |
M 9-redirect.html | 5 ++++- | |
2 files changed, 6 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/0-index.html.head b/0-index.html.head | |
@@ -23,12 +23,12 @@ for further assistance. | |
</p> | |
<p style="color:red; font-weight:bold; text-align: center;"> | |
-<marquee><blink>NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW | |
+<marquee behaviour="alternate" loop="-1" scrollamount="36"><blink>NEW NEW NEW … | |
NEW NEW NEW</blink></marquee> | |
For fast access there is the <a class="proletariat" href="ssh://kiosk@bitreich… | |
Kiosk</a>, where you can have the latest | |
gopher offers and of course access to gopher for free, using SSH. | |
-<marquee><blink>NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW NEW | |
+<marquee behaviour="alternate" loop="-1" scrollamount="36"><blink>NEW NEW NEW … | |
NEW NEW</blink></marquee></p> | |
<!-- | |
diff --git a/9-redirect.html b/9-redirect.html | |
@@ -6,7 +6,7 @@ var now = new Date(); | |
var today = now.getDay(); | |
setTimeout(function() { | |
- switch (today % 19) { | |
+ switch (today % 22) { | |
case 2: | |
window.location.href="https://matias.ma/nsfw/"; | |
break; | |
@@ -57,6 +57,9 @@ setTimeout(function() { | |
case 17: | |
window.location.href="https://floridaman.totemtattoo.com/"; | |
break; | |
+ case 18: | |
+ window.location.href="https://www.boredbutton.com/"; | |
+ break; | |
default: | |
window.location.href="http://zuccless.org"; | |
break; |