add header and footer php includes

This commit is contained in:
emma 2024-12-13 13:20:43 -05:00
parent 02bd6a8492
commit 59a501b9fc
4 changed files with 57 additions and 49 deletions

View File

@ -8,6 +8,7 @@
</head>
<body>
<?php include "../includes/header.php" ?>
<main>
<?php include "../includes/nav.php" ?>
<section>
@ -50,5 +51,6 @@
</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

@ -8,6 +8,7 @@
</head>
<body>
<?php include "../includes/header.php" ?>
<main>
<?php include "../includes/nav.php" ?>
@ -20,9 +21,7 @@
<p>
i'm also apart of the <a href="https://32bit.cafe" target="_blank">32-bit cafe</a> on their discource forum and discord if you're already there
</p>
</section>
<section>
<h2>leave a comment</h2>
<p>
if you'd just like to say hello or leave another short message, you can do so in the guestbook below
@ -30,5 +29,6 @@
<!-- add shoutbox code after finding one -->
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

@ -8,6 +8,8 @@
</head>
<body>
<?php include "../includes/header.php" ?>
<main>
<?php include "../includes/nav.php" ?>
<section>
<h1>who is emma?</h1>
@ -38,7 +40,7 @@
</ul>
<h3>emma is not</h3>
<uL>
<ul>
<li>
social - i try very hard to be becuase it helps me stay happy, but it is very tough and i don't understand a lot of it. it is easy to be overwhelmed
</li>
@ -57,6 +59,8 @@
</ul>
<p>this page was last updated on - Dec 11th, 2024</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>

View File

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