Add dark fantasies to website. - bitreich-www - the bitreich www website genera… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 37ab9f9f3c846cb759410b1c1efc72e6c809b712 | |
parent e71ed5c8ee3b46bdd5b0a23319a283e4a5681bf6 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 27 Sep 2022 14:33:33 +0200 | |
Add dark fantasies to website. | |
Diffstat: | |
M 9-redirect.html | 6 +++++- | |
1 file changed, 5 insertions(+), 1 deletion(-) | |
--- | |
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 % 4) { | |
+ switch (today % 5) { | |
case 1: | |
window.location.href="http://zuckless.org"; | |
break; | |
@@ -17,6 +17,10 @@ setTimeout(function() { | |
/* Suckless Philosophy */ | |
window.location.href="https://rule34.xxx/index.php?page=post&s… | |
break; | |
+ case 4: | |
+ /* Dark Fantasies */ | |
+ window.location.href="https://dark.fi/"; | |
+ break; | |
default: | |
window.location.href="https://www.nucleardoorcity.com/compare-… | |
break; |