add header svg to nav partial
This commit is contained in:
parent
4bbc1be76e
commit
9553f2455e
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue