summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBuildTools <unconfigured@null.spigotmc.org>2020-09-04 16:47:25 +0200
committerBuildTools <unconfigured@null.spigotmc.org>2020-09-04 16:47:25 +0200
commitd4edddb325d98d637fdda47b92a4e90fe03c911e (patch)
tree305e365c2eda23f36d671f1c29511cb58861ae2f /index.html
parentupstream so spremenili manifest.webmanifest v manifest.json (diff)
downloadttx-app-d4edddb325d98d637fdda47b92a4e90fe03c911e.tar
ttx-app-d4edddb325d98d637fdda47b92a4e90fe03c911e.tar.gz
ttx-app-d4edddb325d98d637fdda47b92a4e90fe03c911e.tar.bz2
ttx-app-d4edddb325d98d637fdda47b92a4e90fe03c911e.tar.lz
ttx-app-d4edddb325d98d637fdda47b92a4e90fe03c911e.tar.xz
ttx-app-d4edddb325d98d637fdda47b92a4e90fe03c911e.tar.zst
ttx-app-d4edddb325d98d637fdda47b92a4e90fe03c911e.zip
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8bf2cf3..b2e8ed2 100644
--- a/index.html
+++ b/index.html
@@ -17,6 +17,8 @@
<script>
if (window.location.search == "?help") {
window.location.href = "/900/1";
+ } else if (window.location.search == "?404") {
+ window.location.href = "/900/404/index.html";
} else {
window.location.href = "/100/1";
}