1
0
Fork 0
thiscat.rocks/includes/nav.php

14 lines
463 B
PHP

<header id="top">
<img src="../site-resources/assets/header-cat.svg" height="32px" width="32px">
<span>
<p>This cat rocks!</p>
<p>A homepage for my fine feline friend, Baxter</p>
<nav>
<a href="index.php">Home</a>
<a href="loveletter.php">Love you, Baxter</a>
<a href="behavior.php">Baxter's behaviors</a>
<a href="about.php">About this site</a>
</nav>
</span>
</header>