Add files via upload

This commit is contained in:
2021-11-08 17:09:59 -08:00
committed by GitHub
parent fbf590c2ec
commit bcd8a71e07
8 changed files with 32 additions and 0 deletions

4
l/email/index.php Normal file
View File

@ -0,0 +1,4 @@
<?php
header('Location: mailto:sophialul@protonmail.com');
exit;
?>