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:52:35 +00:00
|
|
|
if (/crapaud-fou.gitlab.io\/portail/.test(currentURL)) {
|
2019-08-28 06:18:07 +00:00
|
|
|
newURL = currentURL.replace(/crapaud-fou.gitlab.io\/portail/g, "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>
|