portail/site/404.html

16 lines
449 B
HTML
Raw Normal View History

2019-08-28 05:38:44 +00:00
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<script type"javascript">
var currentURL = window.location.href;
2019-08-28 05:51:45 +00:00
if (/crapaud-fou.org/.test(currentURL)) {
newURL = currentURL.replace(/crapaud-fou.org/g, "manifeste.crapaud-fou.org");
window.location = newURL;
}
2019-08-28 05:38:44 +00:00
</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>