portail/site/404.html

16 lines
465 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(/(www\.)?crapaud-fou.org/g, "manifeste.crapaud-fou.org");
window.location.replace(newURL);
}
</script>
</head>
<body>
Cette page n'existe pas, mais peut-être qu'elle existe sur le <a href="https://manifeste.crapaud-fou.org">site du manifeste</a>.
</body>
</html>