Update and rename index.html to index.php

This commit is contained in:
Sophia Atkinson 2021-11-08 17:11:41 -08:00 committed by GitHub
parent bcd8a71e07
commit 6338b38776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1 +0,0 @@
<script> window.location.replace("https://web.archive.org/web/*/https://sophia.wtf") </script>

4
archive/index.php Normal file
View File

@ -0,0 +1,4 @@
<?php
header('Location: https://web.archive.org/web/*/https://sophia.wtf');
exit;
?>