test 404 page
This commit is contained in:
parent
12345bbdf5
commit
d77c26f64d
1 changed files with 14 additions and 0 deletions
14
site/404.html
Normal file
14
site/404.html
Normal 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>
|
Loading…
Reference in a new issue