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