Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Antariex authored Oct 26, 2023
1 parent 7e7510e commit b4a9002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wwr/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<header class="aboutHeader">
<img src="../wwr/images/logo.png" alt="Whitewater Rafting Site Logo" class="logo">
<nav class="aboutNavbar">
<a href="#">Home</a>
<a href="./index.html">Home</a>
<a href="./about.html">About Us</a>
<a href="#">Trips</a>
<a href="#">Contact Us</a>
<a href="./trips.html">Trips</a>
<a href="./contact.html">Contact Us</a>
</nav>
</header>

Expand Down Expand Up @@ -132,4 +132,4 @@ <h5>How to Get in Touch with Us:</h5>
</footer>
</body>

</html>
</html>

0 comments on commit b4a9002

Please sign in to comment.