added presentation redirect

This commit is contained in:
Wyatt J. Miller 2020-02-20 09:07:10 -05:00
parent 76281c3b60
commit e920c27986

View File

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