14 lines
No EOL
401 B
HTML
14 lines
No EOL
401 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script type"javascript">
|
|
var currentURL = window.location.href;
|
|
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> |