recreate as php to make use of reuse of markup
This commit is contained in:
parent
4e03c70498
commit
20a1a463ee
|
@ -0,0 +1,5 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li>test</li>
|
||||
</ul>
|
||||
</nav>
|
|
@ -9,9 +9,8 @@
|
|||
|
||||
<body>
|
||||
<main>
|
||||
<section class="navigation">
|
||||
</section>
|
||||
<section
|
||||
<?php include "./includes/nav.php" ?>
|
||||
<section>
|
||||
<h1>welcome to emma's place</h1>
|
||||
<p>
|
||||
you're at emma's place. coffee or your choice of tea are waiting for you. my cat baxter loves pets if you'd like to say hello. there's a little bit of eveything that is me here. there's no rush, you can be here for as little or as long as you'd like. you can just take it easy here. if all of this somehow brings you some happiness or makes you feel like maybe there's another human on the other side of your screen then i've done my job. have a look around, don't forget to grab a beverage
|
Loading…
Reference in New Issue