summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools <unconfigured@null.spigotmc.org>2020-08-30 23:55:35 +0200
committerBuildTools <unconfigured@null.spigotmc.org>2020-08-30 23:55:35 +0200
commit68d3d8933fdafc56ed4ab0c1d14626295ff6b240 (patch)
treeb6d19f57f49575840282c42bdb003c8f5a3965f4
parentadded gitignore (diff)
downloadttx-app-68d3d8933fdafc56ed4ab0c1d14626295ff6b240.tar
ttx-app-68d3d8933fdafc56ed4ab0c1d14626295ff6b240.tar.gz
ttx-app-68d3d8933fdafc56ed4ab0c1d14626295ff6b240.tar.bz2
ttx-app-68d3d8933fdafc56ed4ab0c1d14626295ff6b240.tar.lz
ttx-app-68d3d8933fdafc56ed4ab0c1d14626295ff6b240.tar.xz
ttx-app-68d3d8933fdafc56ed4ab0c1d14626295ff6b240.tar.zst
ttx-app-68d3d8933fdafc56ed4ab0c1d14626295ff6b240.zip
-rw-r--r--apk.apkbin0 -> 1132658 bytes
-rw-r--r--index.html12
2 files changed, 10 insertions, 2 deletions
diff --git a/apk.apk b/apk.apk
new file mode 100644
index 0000000..8fe9b13
--- /dev/null
+++ b/apk.apk
Binary files differ
diff --git a/index.html b/index.html
index 6222c21..8bf2cf3 100644
--- a/index.html
+++ b/index.html
@@ -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>