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

View File

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

View File

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

View File

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

View File

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

View File

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