Update the footer and header to match HPR new website

This commit is contained in:
2025-10-09 21:59:00 -04:00
parent 0dc05ed7ee
commit 7ac9582162
8 changed files with 37 additions and 166 deletions

View File

@@ -297,9 +297,6 @@ $body="give";
include 'header.php';
?>
<main id="maincontent">
<hr />
<article>
<header>
<h1>Thank you</h1>
@@ -324,8 +321,6 @@ include 'header.php';
<?php print date('Y-m-d\TH:i:s') . "\t" . getUserIP() . "\t" . $db_key . "\t" . $_SERVER["HTTP_USER_AGENT"]; ?>
</pre>
</article>
</main>
<?php
include 'footer.php';
?>