Change marquee to modern user interface norms. - bitreich-www - the bitreich www website generator DIR Log DIR Files DIR Refs DIR Tags --- DIR commit 71d427247d1c91a7b6e44b87beabe6bb5b9d3220 DIR parent 0c7097f3b521b868999dd8bf4d4758ee0809f662 HTML Author: Christoph Lohmann <20h@r-36.net> 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(-) --- DIR 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 NEW NEW NEW NEW NEW NEW NEW</blink></marquee> For fast access there is the <a class="proletariat" href="ssh://kiosk@bitreich.org">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 NEW NEW NEW NEW NEW NEW NEW NEW</blink></marquee></p> <!-- DIR 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;