Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
redirected home.html to index.html
  • Loading branch information
yzFrankli authored Sep 29, 2023
1 parent e0fa987 commit 8765497
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

<h1>
<div class="logo">
<a style="text-decoration: none;" src="home.html">
<a style="text-decoration: none;" src="index.html">
<b style="text-decoration: none; color: white; font-family: Arial, Helvetica, sans-serif;">Frank's Kitchen</b>
</a>
</div>
<br>
<a href="home.html" style="color: white;; text-decoration: none; text-align: center;">
<a href="index.html" style="color: white;; text-decoration: none; text-align: center;">
Home
</a>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Expand Down Expand Up @@ -143,7 +143,7 @@ <h2 style="color: white;">Join the Mailing List</h2></label>
</footer>
<div class="logo">
<center>
<a href="home.html" style=" text-decoration: none;">
<a href="index.html" style=" text-decoration: none;">
<h1 style="color: white; font-family: Arial, Helvetica, sans-serif;">Frank's Kitchen</h1>
</a>
</center>
Expand Down

0 comments on commit 8765497

Please sign in to comment.