portail/site/404.html
2019-08-28 13:51:45 +08:00

16 lines
No EOL
449 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<script type"javascript">
var currentURL = window.location.href;
if (/crapaud-fou.org/.test(currentURL)) {
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>