add header and footer php includes
This commit is contained in:
parent
12a8e5f4e7
commit
8b25fad95c
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue