diff options
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"; } |