Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatin-Sabikhi authored Nov 25, 2024
1 parent 910083a commit 1a1fae5
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 @@ -19,7 +19,7 @@ <h2 class="nav_logo"><a href="#">Smart Storage</a></h2>
<li><a href="#" class="nav_link">Home</a></li>
<li><a href="#" class="nav_link">About Us</a></li>
<li><a href="#" class="nav_link">Project</a></li>
<li><a href="../Signup/index.html" class="nav_link login_btn">Login</a></li>
<li><a href="Signup/login.html" class="nav_link login_btn">Login</a></li>
</ul>
<img src="images/bars.svg" alt="menuicon" id="menu_toggle" />
</nav>
Expand Down Expand Up @@ -55,4 +55,4 @@ <h2>Compress & Decompress Your Text Files <br /></h2>
});
</script>
</body>
</html>
</html>

0 comments on commit 1a1fae5

Please sign in to comment.