1
0
Fork 0

add header svg to nav partial

This commit is contained in:
emma 2024-12-31 21:51:38 -05:00
parent 4bbc1be76e
commit 9553f2455e
1 changed files with 11 additions and 10 deletions

View File

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