Skip to content

Commit

Permalink
fix: remove broken links (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton authored Sep 18, 2024
1 parent 479474d commit b066016
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,13 @@
<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="introduction.html">Getting Started</a>
<a class="nav-link" href="demo.html">Theme Demo</a>
<!-- <a class="nav-link" href="introduction.html">Getting Started</a> -->
<!-- <a class="nav-link" href="demo.html">Theme Demo</a> -->
</div>
</div>
</div>
</nav>
</header>



<div id="map"></div>
</body>
</html>

0 comments on commit b066016

Please sign in to comment.