Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MahibAbrar222 authored Jan 8, 2025
1 parent 457571c commit 5955d38
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,18 @@
<body>
<!-- Navbar -->
<nav>

<div class="main">
<a class="brand">Mahib Abrar</a>
<div class="menu">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
</div>
<ul class="menu-items">
<li><a href="#">About</a></li>
<li><a href="#">Project</a></li>
</ul>
</nav>
</body>
</html>
</html>

0 comments on commit 5955d38

Please sign in to comment.