change header h1 to p
This commit is contained in:
parent
52a4b47dc3
commit
a8c2537403
|
@ -1,6 +1,6 @@
|
||||||
<header id="top">
|
<header id="top">
|
||||||
<img src="../site-resources/assets/header-cat.svg" height="32px" width="32px">
|
<img src="../site-resources/assets/header-cat.svg" height="32px" width="32px">
|
||||||
<h1>This cat rocks!</h1>
|
<p>This cat rocks!</p>
|
||||||
<p>A homepage for my fine feline friend, Baxter</p>
|
<p>A homepage for my fine feline friend, Baxter</p>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
|
|
Loading…
Reference in New Issue