reverting to php after brief thought of static only

This commit is contained in:
emma 2024-12-06 22:14:03 -05:00
parent 8f6029435d
commit 56cad99580
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<body>
<main>
<?php include "./includes/nav.php" ?>
<?php include "./includes/nav.php" ?>
<section>
<h1>welcome to emma's place</h1>
<p>

View File

@ -10,7 +10,7 @@
<body>
<main>
<?php include "../includes/nav.php" ?>
<section>
</section>
</main>