reverting to php after brief thought of static only
This commit is contained in:
parent
8f6029435d
commit
56cad99580
|
@ -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>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<main>
|
||||
<?php include "../includes/nav.php" ?>
|
||||
|
||||
|
||||
<section>
|
||||
</section>
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue