diff options
-rw-r--r-- | apk.apk | bin | 0 -> 1132658 bytes | |||
-rw-r--r-- | index.html | 12 |
2 files changed, 10 insertions, 2 deletions
Binary files differ @@ -10,9 +10,17 @@ background: black; } </style> - <meta http-equiv=refresh content=0;URL=/100/1 /> </head> <body> - + <h1></h1> + <script src=/redfox.js></script> + <script> + if (window.location.search == "?help") { + window.location.href = "/900/1"; + } else { + window.location.href = "/100/1"; + } + // <meta http-equiv=refresh content=0;URL=/100/1 /> + </script> </body> </html> |