added paper

This commit is contained in:
Wyatt Miller 2019-12-10 17:28:10 -05:00
parent 4c437ab2e4
commit b181140de0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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