Add some nice update screens. - bitreich-www - the bitreich www website generator DIR Log DIR Files DIR Refs DIR Tags --- DIR commit 14bd1ca6aa467d0c10530c8f11e78421fa77dbdb DIR parent 48ed903368ad424785ddecbd58a35fcc194911c5 HTML Author: Christoph Lohmann <20h@r-36.net> Date: Sat, 27 May 2023 13:08:29 +0200 Add some nice update screens. Diffstat: M 9-redirect.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) --- 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 % 5) { + switch (today % 15) { case 1: window.location.href="http://zuckless.org"; break; @@ -21,6 +21,33 @@ setTimeout(function() { /* Dark Fantasies */ window.location.href="https://dark.fi/"; break; + case 5: + window.location.href="https://fakeupdate.net/xp/"; + break; + case 6: + window.location.href="https://fakeupdate.net/vista/"; + break; + case 7: + window.location.href="https://fakeupdate.net/win8/"; + break; + case 8: + window.location.href="https://fakeupdate.net/win7/"; + break; + case 9: + window.location.href="https://fakeupdate.net/apple/"; + break; + case 10: + window.location.href="https://fakeupdate.net/win11/"; + break; + case 11: + window.location.href="https://fakeupdate.net/win10ue/"; + break; + case 12: + window.location.href="https://fakeupdate.net/steam/"; + break; + case 13: + window.location.href="https://fakeupdate.net/wnc/"; + break; default: window.location.href="https://www.nucleardoorcity.com/compare-plans"; break;