diff options
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'); +?> |