Shorten the redirect interval to 2 min. - bitreich-www - the bitreich www website generator
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
       ---
 (DIR) commit 478ba1307abdaa638aa55c880917810bbbae9ff6
 (DIR) parent 1ce5d9841e109836c15aea0dbd12a485e81c5e92
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       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(-)
       ---
 (DIR) 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>