add header and footer php includes

This commit is contained in:
emma 2024-12-12 06:18:36 -05:00
parent 12a8e5f4e7
commit 8b25fad95c
6 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<body>
<main>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<section>
@ -37,5 +38,6 @@
</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

@ -9,6 +9,7 @@
<body>
<main>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<section>
@ -77,5 +78,6 @@
</section>
</main>
<script src="../script/image-enlarger.js"></script>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

@ -9,6 +9,7 @@
<body>
<main>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<section>
@ -51,5 +52,6 @@
<!-- add some digital photos here -->
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

@ -9,6 +9,7 @@
<body>
<main>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<section>
<h1>a gallery of emma</h1>
@ -47,5 +48,6 @@
</div>
</section>
<script src="../script/image-enlarger.js"></script>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

@ -9,6 +9,7 @@
<body>
<main>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<section>
@ -86,5 +87,6 @@
</ul>
<section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

@ -9,6 +9,7 @@
<body>
<main>
<?php include "../includes/header.php" ?>
<?php include "../includes/nav.php" ?>
<section>
@ -45,5 +46,6 @@
</section>
</main>
<script src="../script/image-enlarger.js"></script>
<?php include "../includes/footer.php" ?>
</body>
</html>