summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";
}