missed the logo on privacy.html
This commit is contained in:
parent
5281c7ecc0
commit
e3fd60cb04
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
|
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
|
||||||
<h1>Willow Me Creations</h1>
|
<!-- <h1>Willow Me Creations</h1> -->
|
||||||
|
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
|
||||||
</div>
|
</div>
|
||||||
<div class="topnav">
|
<div class="topnav">
|
||||||
<a href="index.html">Home</a>
|
<a href="index.html">Home</a>
|
||||||
|
|
Loading…
Reference in a new issue