Files
wyattjmiller.com/src/school/mkt201paper.php
Wyatt Miller b181140de0 added paper
2019-12-10 17:28:10 -05:00

4 lines
108 B
PHP

<?
$url = "https://wyattjmiller.com/assets/W.Miller_MarketingPaper_v3.docx";
header("Location: " . $url);
?>