add presentation url

This commit is contained in:
Wyatt Miller
2019-11-13 15:25:49 -05:00
parent 0ae3bb2244
commit 7eeae52b4e
3 changed files with 37 additions and 2 deletions

View File

@ -7,6 +7,4 @@ layout: home
What's happening, my fellow developers?
Want to go [back to the site?](https://wyattjmiller.com)
<br>
<br>
<br>

4
src/eco202pres.php Normal file
View File

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