added com pres redirect

This commit is contained in:
Wyatt Miller 2020-01-30 09:59:27 -05:00
parent 275d96f65e
commit 52efd54841

View File

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