Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-IITP committed Oct 13, 2024
1 parent 7acaf45 commit 6de506d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"/>
</head>
<body>
<header>
<nav class="navbar">
<a href="./index.html" class="logo">SkillWise</a>
<ul style="margin-right: 2rem;">
<li>
<a href="./index.html" class="nav-link" style="margin-right: 0.5rem;">Home</a>
<i class="fa-solid fa-house"></i>
</li>
</ul>
</nav>
</header>
<div class="container">
<div class="form-container">
<!-- Add SkillWise Icon/Logo -->
Expand Down

0 comments on commit 6de506d

Please sign in to comment.