add footer.php that was missing initially

This commit is contained in:
emma 2025-01-10 22:34:36 -05:00
parent 3a4c4cc872
commit aa7daa0b06
1 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,6 @@
<p>back to the <a href="#top">top of the page</a></p>
</section>
</main>
<?php include "../includes/footer.php" ?>
<?php require_once($_SERVER['DOCUMENT_ROOT'] . '/includes/footer.php'); ?>
</body>
</html>