added school path, added school functions

This commit is contained in:
Wyatt J. Miller
2019-12-08 14:05:30 -05:00
parent 7eeae52b4e
commit 2c357d2c54
4 changed files with 8 additions and 33 deletions

View File

@ -0,0 +1,4 @@
<?
$url = "https://wyattjmiller.com/comingsoon.php";
header("Location: " . $url);
?>

View File

@ -0,0 +1,4 @@
<?
$url = "https://docs.google.com/presentation/d/1Aa3veC98tlwjQLTsJ7waoCtq7DooP7zGvhijK0W9fwA/";
header("Location: " . $url);
?>