This repository has been archived on 2023-08-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
website/archive/index.php

5 lines
88 B
PHP

<?php
header('Location: https://web.archive.org/web/*/https://sophia.wtf');
exit;
?>