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 /info/index.php | |
parent | e68127a6ff2428657b8dab0b90cd16bf1dd99dad (diff) | |
download | 53hor-de9bbfdb8f0d3b366e76a5cc775690f7315c740f.tar.xz 53hor-de9bbfdb8f0d3b366e76a5cc775690f7315c740f.zip |
feat: custom routing, no required php in posts
Diffstat (limited to 'info/index.php')
-rw-r--r-- | info/index.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/info/index.php b/info/index.php index 65b3f9b..a2ca53b 100644 --- a/info/index.php +++ b/info/index.php @@ -1,7 +1,7 @@ <?php -$title = "Info"; include('../includes/head.php'); ?> +<h1>Info</h1> <p> My name is <em>Adam Carpenter</em> (on some sites I'm @@ -93,3 +93,7 @@ include('../includes/head.php'); <a href="https://validator.w3.org/feed/check.cgi?url=https%3A//www.53hor.net/feed.php"><img src="https://nextcloud.53hor.net/index.php/s/Ly6CBibnCFA99Fz/preview" alt="[Valid RSS]" title="Validate my RSS feed" /></a> <img src="https://nextcloud.53hor.net/index.php/s/nKmSsrxa4LkRHdM/preview" /> + +<?php +include('../includes/foot.php'); +?> |