Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added home link in navigation bar
  • Loading branch information
madhurimarawat authored Jul 18, 2024
1 parent 0b9bd9c commit 2d249df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@

<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>

<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownSemester" role="button"
data-toggle="dropdown" aria-expanded="false">
Expand Down Expand Up @@ -684,4 +688,4 @@ <h2 >Thank You</h2>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/index.js"></script>

</html>
</html>

0 comments on commit 2d249df

Please sign in to comment.