Skip to content

Commit

Permalink
Added distance.html link to header
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDykesBC authored Oct 17, 2024
1 parent 8b52cbb commit 847efc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link" href="distance.html">Distance</a>
<!-- <a class="nav-link" href="introduction.html">Getting Started</a> -->
<!-- <a class="nav-link" href="demo.html">Theme Demo</a> -->
</div>
Expand All @@ -38,4 +39,4 @@
</header>
<div id="map"></div>
</body>
</html>
</html>

0 comments on commit 847efc2

Please sign in to comment.