test 404 page

This commit is contained in:
mose 2019-08-28 13:38:44 +08:00
parent 12345bbdf5
commit d77c26f64d

14
site/404.html Normal file
View file

@ -0,0 +1,14 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<script type"javascript">
var currentURL = window.location.href;
newURL = currentURL.replace(/crapaud-fou.org/g, "manifeste.crapaud-fou.org");
window.location = newURL;
</script>
</head>
<body>
Cette page n'existe pas, mais peut-etre qu'elle existe sur le <a href="https://manifeste.crapaud-fou.org">site du manifeste</a>.
</body>
</html>