1
0
Fork 0

update pages in nav.php with php extension

This commit is contained in:
emma 2025-01-01 21:51:36 -05:00
parent 18bef40af8
commit 8dd51cf3ef
1 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
<p>This cat rocks!</p>
<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>
<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>
</header>