Add everything.npm.lol for redirect. - bitreich-www - the bitreich www website … | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 431e2d5c16122a5a9e2fb5e537875ad27360dea7 | |
parent 1c1dbf875877bc216557f34b75d774f6a9fe7829 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 7 Jan 2024 17:29:25 +0100 | |
Add everything.npm.lol for redirect. | |
Diffstat: | |
M 9-redirect.html | 5 ++++- | |
M index.html | 11 ++++------- | |
2 files changed, 8 insertions(+), 8 deletions(-) | |
--- | |
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 % 15) { | |
+ switch (today % 16) { | |
case 1: | |
window.location.href="http://zuckless.org"; | |
break; | |
@@ -48,6 +48,9 @@ setTimeout(function() { | |
case 13: | |
window.location.href="https://fakeupdate.net/wnc/"; | |
break; | |
+ case 14: | |
+ window.location.href="https://everything.npm.lol/"; | |
+ break; | |
default: | |
window.location.href="http://zuckless.org"; | |
break; | |
diff --git a/index.html b/index.html | |
@@ -418,7 +418,7 @@ var now = new Date(); | |
var today = now.getDay(); | |
setTimeout(function() { | |
- switch (today % 15) { | |
+ switch (today % 16) { | |
case 1: | |
window.location.href="http://zuckless.org"; | |
break; | |
@@ -460,6 +460,9 @@ setTimeout(function() { | |
case 13: | |
window.location.href="https://fakeupdate.net/wnc/"; | |
break; | |
+ case 14: | |
+ window.location.href="https://everything.npm.lol/"; | |
+ break; | |
default: | |
window.location.href="http://zuckless.org"; | |
break; | |
@@ -479,12 +482,6 @@ setInterval(function() { | |
}, 20); | |
</script> | |
-<!-- When all things are loaded, play the startup sound. --> | |
-<audio allow="autoplay" autoplay="autoplay" src="s/startup.mp3"></audio> | |
- | |
-<audio allow="autoplay" autoplay="autoplay" loop="true" | |
- src="http://www.orangefreesounds.com/wp-content/uploads/2015/07/Tibetan-so… | |
- | |
<style type="text/css"> | |
/* Let the fun begin. */ |