Add files via upload

This commit is contained in:
Sophia Atkinson 2021-11-08 17:09:59 -08:00 committed by GitHub
parent fbf590c2ec
commit bcd8a71e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 0 deletions

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

@ -0,0 +1,4 @@
<?php
header('Location: https://store.steampowered.com/curator/40634624/');
exit;
?>

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

@ -0,0 +1,4 @@
<?php
header('Location: https://discord.com/users/420297282676719618');
exit;
?>

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

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

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

@ -0,0 +1,4 @@
<?php
header('Location: https://github.com/SophiaAtkinson');
exit;
?>

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

@ -0,0 +1,4 @@
<?php
header('Location: https://steamcommunity.com/id/SophiaAtkinson/');
exit;
?>

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

@ -0,0 +1,4 @@
<?php
header('Location: https://www.twitch.tv/sophiaatkinson');
exit;
?>

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

@ -0,0 +1,4 @@
<?php
header('Location: https://twitter.com/SophiaTLDR');
exit;
?>

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

@ -0,0 +1,4 @@
<?php
header('Location: https://www.youtube.com/channel/UCRwwjSAnbO8zsscymWC-zEw');
exit;
?>