summaryrefslogtreecommitdiff
path: root/www/warned.html
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-20 13:53:17 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-20 13:53:17 -0500
commit087e45d9bae8ffaef840e907c38e4a8402fab69b (patch)
tree17316610cbb63f491edbc6f1ae5a642fdc2d35e9 /www/warned.html
parent8ccc464b0de39e7fc73b3c3e50f80f6c2452c8fe (diff)
downloadhtml5ks-087e45d9bae8ffaef840e907c38e4a8402fab69b.tar.xz
html5ks-087e45d9bae8ffaef840e907c38e4a8402fab69b.zip
Stuff.
Diffstat (limited to 'www/warned.html')
-rw-r--r--www/warned.html10
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>