L'ancien dépot du générateur de sites d'Antopie
https://antopie.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
356 B
17 lines
356 B
<?php
|
|
header('Location: ../2048.php');
|
|
exit();
|
|
?>
|
|
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Redirection</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<a href="https://anternet.pw/web/2048.php">Vous n'avez pas été redirigé·e correctement.
|
|
Cliquez ici pour continuer vers https://anternet.pw/web/2048.php.</a>
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|