portail/site/404.html

16 lines
465 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-29 23:06:18 +00:00
if (/crapaud-fou.org/.test(currentURL)) {
newURL = currentURL.replace(/(www\.)?crapaud-fou.org/g, "manifeste.crapaud-fou.org");
2019-08-28 06:19:14 +00:00
window.location.replace(newURL);
2019-08-28 05:51:45 +00:00
}
2019-08-28 05:38:44 +00:00
</script>
</head>
<body>
2019-08-28 15:29:12 +00:00
Cette page n'existe pas, mais peut-être qu'elle existe sur le <a href="https://manifeste.crapaud-fou.org">site du manifeste</a>.
2019-08-28 05:38:44 +00:00
</body>
</html>