summaryrefslogtreecommitdiff
path: root/www/warned.html
blob: 99779ed6c7035b070f723bfcdb8a89a8ec4f1e9d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html><head>
<script>
document.cookie = "warned=1; Expires=Tue, 19 Jan 2038 00:00:00 GMT; HttpOnly";
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>