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

View File

@ -8,6 +8,7 @@
</head> </head>
<body> <body>
<?php include "../includes/header.php" ?>
<main> <main>
<?php include "../includes/nav.php" ?> <?php include "../includes/nav.php" ?>
@ -20,9 +21,7 @@
<p> <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 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> </p>
</section>
<section>
<h2>leave a comment</h2> <h2>leave a comment</h2>
<p> <p>
if you'd just like to say hello or leave another short message, you can do so in the guestbook below 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 --> <!-- add shoutbox code after finding one -->
</section> </section>
</main> </main>
<?php include "../includes/footer.php" ?>
</body> </body>
</html> </html>

View File

@ -8,6 +8,8 @@
</head> </head>
<body> <body>
<?php include "../includes/header.php" ?>
<main>
<?php include "../includes/nav.php" ?> <?php include "../includes/nav.php" ?>
<section> <section>
<h1>who is emma?</h1> <h1>who is emma?</h1>
@ -38,7 +40,7 @@
</ul> </ul>
<h3>emma is not</h3> <h3>emma is not</h3>
<uL> <ul>
<li> <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 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> </li>
@ -57,6 +59,8 @@
</ul> </ul>
<p>this page was last updated on - Dec 11th, 2024</p> <p>this page was last updated on - Dec 11th, 2024</p>
</section> </section>
</main>
<?php include "../includes/footer.php" ?>
</body> </body>
</html> </html>

View File

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