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