Skip to content

Commit

Permalink
Add initial HTML structure to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MahibAbrar222 committed Jan 1, 2025
1 parent e054915 commit e1af8b3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Mahib Abrar</title>
</head>
<body>
<!-- Navbar -->
<nav>

</nav>
</body>
</html>

0 comments on commit e1af8b3

Please sign in to comment.