Update CreatePage.html

This commit is contained in:
George Dubinin 2023-01-04 13:30:31 -08:00 committed by GitHub
parent 4731544a26
commit 9d514f2228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
<!-- Setting up logo and site name at the top of the website --> <!-- Setting up logo and site name at the top of the website -->
<div class="top-bar"> <div class="top-bar">
<img src="./assets/images/Logo.png" alt="logo" /> <img src="./assets/images/Logo.png" alt="logo" />
<h1>Food Journal</h1> <h1>My Meal Journal</h1>
<img src="./assets/images/Logo.png" alt="logo" /> <img src="./assets/images/Logo.png" alt="logo" />
</div> </div>
</header> </header>