diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2020-09-04 16:47:25 +0200 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2020-09-04 16:47:25 +0200 |
commit | d4edddb325d98d637fdda47b92a4e90fe03c911e (patch) | |
tree | 305e365c2eda23f36d671f1c29511cb58861ae2f /index.html | |
parent | upstream so spremenili manifest.webmanifest v manifest.json (diff) | |
download | ttx-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.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; } |