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

12 lines
408 B
PHP
Raw Normal View History

2025-01-01 02:51:38 +00:00
<header id="top">
<img src="../site-resources/assets/header-cat.svg" height="32px" width="32px">
2025-01-01 03:37:18 +00:00
<p>This cat rocks!</p>
2025-01-01 02:51:38 +00:00
<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>
2025-01-01 02:51:38 +00:00
</nav>
</header>