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

12 lines
414 B
PHP

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