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

@@ -113,8 +113,6 @@ include 'header.php';
<body>
<link href="quill.snow.css" rel="stylesheet">
<script src="quill.js"></script>
<main id="maincontent">
<hr />
<?php
if ( $ep_num == 9999 ) {
echo "<h2>Uploading to the Reserve Queue.</h2>\n";
@@ -334,7 +332,6 @@ include 'header.php';
});
</script>
</form>
</main>
<?php
include 'footer.php';
?>