diff options
Diffstat (limited to 'contact/index.php')
-rw-r--r-- | contact/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contact/index.php b/contact/index.php index 4e15b3d..5d1cc76 100644 --- a/contact/index.php +++ b/contact/index.php @@ -1,7 +1,7 @@ <?php -$title = "Contact Me"; include('../includes/head.php'); ?> +<h1>Contact Me</h1> <h2> <a href="mailto:atc@53hor.net">atc@53hor.net</a> @@ -30,3 +30,6 @@ You may read more in the <a href="https://www.gnupg.org/gph/en/manual/x56.html"> <p> If you want to hire me or have a business inquiry, here is a Google Voice number. Please understand that all calls and text messages are screened for spam by Google before I pick up. </p> +<?php +include('../includes/foot.php'); +?> |