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">
<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>
<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>