missed the logo on privacy.html

This commit is contained in:
Tristan Smith 2023-12-10 19:08:08 -05:00
parent 5281c7ecc0
commit e3fd60cb04

View file

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