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,4 +1,5 @@
<header id="top"> <header id="top">
<img src="../site-resources/assets/header-cat.svg" height="32px" width="32px">
<h1>This cat rocks!</h1> <h1>This cat rocks!</h1>
<p>A homepage for my fine feline friend, Baxter</p> <p>A homepage for my fine feline friend, Baxter</p>
<nav> <nav>
@ -7,4 +8,4 @@
<a href="behavior.html">Baxter's behaviors</a> <a href="behavior.html">Baxter's behaviors</a>
<a href="about.html">About this site</a> <a href="about.html">About this site</a>
</nav> </nav>
</header> </header>