URI: 
       Add dark fantasies to website. - bitreich-www - the bitreich www website generator
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
   DIR commit 37ab9f9f3c846cb759410b1c1efc72e6c809b712
   DIR parent e71ed5c8ee3b46bdd5b0a23319a283e4a5681bf6
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       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(-)
       ---
   DIR 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=view&id=4983443";
                        break;
       +        case 4:
       +                /* Dark Fantasies */
       +                window.location.href="https://dark.fi/";
       +                break;
                default:
                        window.location.href="https://www.nucleardoorcity.com/compare-plans";
                        break;