Add the end of the Internet. - bitreich-www - the bitreich www website generator
(HTM) git clone git://bitreich.org/bitreich-www/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-www/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
---
(DIR) commit 7a06fc660be1100d3af96d03198779c86889b4f8
(DIR) parent c4a756747df6f5b85dcdb69d207689844d8c02eb
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Mon, 22 Dec 2025 07:27:06 +0100
Add the end of the Internet.
Diffstat:
M 9-redirect.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/9-redirect.html b/9-redirect.html
@@ -9,7 +9,7 @@ var now = new Date();
var today = now.getDay();
setTimeout(function() {
- switch (today % 22) {
+ switch (today % 23) {
case 2:
window.location.href="https://matias.ma/nsfw/";
break;
@@ -63,6 +63,9 @@ setTimeout(function() {
case 18:
window.location.href="https://www.boredbutton.com/";
break;
+ case 19:
+ window.location.href="https://hmpg.net/";
+ break;
default:
window.location.href="http://zuccless.org";
break;