Shorten the redirect interval to 2 min. - bitreich-www - the bitreich www websi… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 478ba1307abdaa638aa55c880917810bbbae9ff6 | |
parent 1ce5d9841e109836c15aea0dbd12a485e81c5e92 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 22 Dec 2024 12:23:33 +0100 | |
Shorten the redirect interval to 2 min. | |
Diffstat: | |
M 9-redirect.html | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/9-redirect.html b/9-redirect.html | |
@@ -64,5 +64,5 @@ setTimeout(function() { | |
window.location.href="http://zuccless.org"; | |
break; | |
} | |
-}, 500000); | |
+}, 120000); | |
</script> |