Skip to content

Commit

Permalink
changed in navbar haedings apperance
Browse files Browse the repository at this point in the history
  • Loading branch information
Pearl-2003 committed Nov 7, 2024
1 parent b13749a commit 31b14d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h1>
</div>
<nav>
<div class="hamburger" id="hamburger">&#9776;</div>
<ul>
<ul><b>
<li><a href="index.html">Home</a></li>
<li><a href="pages/courses.html">Courses</a></li>
<li><a href="pages/projects.html">Projects</a></li>
Expand All @@ -275,7 +275,7 @@ <h1>
<li><a id="login-btn" href="pages/login.html">Login</a></li>
<li style="display: none;" id="logout-btn">
<a href="#" onclick="logout()">Logout</a>
</li>
</li></b>
<li>
<div class="gtranslate_wrapper"></div>
<script>
Expand Down

0 comments on commit 31b14d4

Please sign in to comment.