Skip to content

Commit

Permalink
nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Mar 6, 2024
1 parent 964368c commit 23b0cee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Longmetal 7127</h1>
</div>
<div class = "topnav">
<a href="index.html"> Teams </a>
<a href="pages/teamdetails.html"> Team Details </a>
<a href="pages/matchinfo.html"> Match Info </a>
<a href="pages/aboutus.html"> About Us </a>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion pages/aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>Longmetal 7127</h1>
</div>
<div class="topnav">
<a href="../index.html">Teams</a>
<a href="teamdetails.html">Team Details</a>
<a href="matchinfo.html"> Match Info </a>
<a href="aboutus.html">About Us</a>
</div>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion pages/teamdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1> Longmetal 7127 </h1>
</div>
<div class = "topnav">
<a href="../"> Teams </a>
<a href="teamdetails.html"> Team Details </a>
<a href="matchinfo.html"> Match Info </a>
<a href="aboutus.html"> About Us </a>
</div>
</nav>
Expand Down

0 comments on commit 23b0cee

Please sign in to comment.