Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luiandshoots committed Apr 4, 2024
1 parent cdb459e commit c4e6db3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
<i class="fa fa-remove"></i>
</a>
<div class="w3-bar-block w3-center">
<a href="#" class="w3-bar-item w3-button w3-text-grey w3-hover-black">About</a>
<a href="#" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="#" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Contact</a>
<a href="about.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">About</a>
<a href="contact.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Contact</a>
</div>
</nav>

Expand Down

0 comments on commit c4e6db3

Please sign in to comment.