Skip to content

Commit

Permalink
Link Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 13, 2024
1 parent e3fdb15 commit 20e198b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</a>
<div class="w3-bar-block w3-center">
<a href="/" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Photos</a>
<a href="shop.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="contact.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Book an Appointment</a>
<a href="shop" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="contact" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Book an Appointment</a>
</div>
</nav>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
</a>
<div class="w3-bar-block w3-center">
<a href="/" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Photos</a>
<a href="shop.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="contact.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Book an Appointment</a>
<a href="shop" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="contact" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Book an Appointment</a>
</div>
</nav>

Expand Down
4 changes: 2 additions & 2 deletions shop.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</a>
<div class="w3-bar-block w3-center">
<a href="/" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Photos</a>
<a href="shop.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="contact.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Book an Appointment</a>
<a href="shop" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="contact" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Book an Appointment</a>
</div>
</nav>

Expand Down
4 changes: 2 additions & 2 deletions success.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</a>
<div class="w3-bar-block w3-center">
<a href="/" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Photos</a>
<a href="shop.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="contact.html" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Book an Appointment</a>
<a href="shop" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Shop</a>
<a href="contact" class="w3-bar-item w3-button w3-text-grey w3-hover-black">Book an Appointment</a>
</div>
</nav>

Expand Down

0 comments on commit 20e198b

Please sign in to comment.