diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-20 13:53:17 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-20 13:53:17 -0500 |
commit | 087e45d9bae8ffaef840e907c38e4a8402fab69b (patch) | |
tree | 17316610cbb63f491edbc6f1ae5a642fdc2d35e9 /www/warned.html | |
parent | 8ccc464b0de39e7fc73b3c3e50f80f6c2452c8fe (diff) | |
download | html5ks-087e45d9bae8ffaef840e907c38e4a8402fab69b.tar.xz html5ks-087e45d9bae8ffaef840e907c38e4a8402fab69b.zip |
Stuff.
Diffstat (limited to 'www/warned.html')
-rw-r--r-- | www/warned.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/warned.html b/www/warned.html new file mode 100644 index 0000000..5d44d7c --- /dev/null +++ b/www/warned.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html><head> +<script> +localStorage.persistent = { + hdisable: location.search.indexOf("hdisable=on") > -1, + language: location.search.search("language=.*[=,]en") > -1 ? "en" : "fr" +}; +location.replace("./"); +</script> +</head><body>If you're seeing this, something's gone wrong. Go back and report a bug.</body></html> |