diff options
author | 53hornet <atc@53hor.net> | 2021-12-10 23:17:42 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-10 23:17:42 -0500 |
commit | de9bbfdb8f0d3b366e76a5cc775690f7315c740f (patch) | |
tree | ce5dd65c507ce5db6382665d824ef163e47e8d0f /hireme | |
parent | e68127a6ff2428657b8dab0b90cd16bf1dd99dad (diff) | |
download | 53hor-de9bbfdb8f0d3b366e76a5cc775690f7315c740f.tar.xz 53hor-de9bbfdb8f0d3b366e76a5cc775690f7315c740f.zip |
feat: custom routing, no required php in posts
Diffstat (limited to 'hireme')
-rw-r--r-- | hireme/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hireme/index.php b/hireme/index.php index a7151b3..e366e32 100644 --- a/hireme/index.php +++ b/hireme/index.php @@ -1,7 +1,7 @@ <?php -$title = "Carpenter Tech"; include('../includes/head.php'); ?> +<h1 style="text-align: center;">Carpenter Tech</h1> <p> My name is Adam Carpenter and I am a freelance, general-purpose computer programmer. @@ -42,3 +42,6 @@ include('cv.html'); <p> <img src="https://nextcloud.53hor.net/index.php/s/zL2AJHwtCWLX2Eq/preview" /> </p> +<?php +include('../includes/foot.php'); +?> |