This repository has been archived on 2023-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
web/2048/index.php

18 lines
356 B
PHP
Executable File

<?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>