Skip to content

Commit

Permalink
Update signup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshkul24 authored Oct 31, 2022
1 parent c14796d commit f18c4da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KeyPass/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<body>
<header>
<h1>
<a href = F:\Darsh\Own\Coding\Project\HTML\KeyPass\index.html></a>KeyPass</a>
<a href = KeyPass\index.html></a>KeyPass</a>
</h1>
<h2>Sign Up</h2>
<nav>
<a href="F:\Darsh\Own\Coding\Project\HTML\KeyPass\login.html">Sign in</a>
<a href="F:\Darsh\Own\Coding\Project\HTML\KeyPass\index.html">Back to home page</a>
<a href="KeyPass\login.html">Sign in</a>
<a href="KeyPass\index.html">Back to home page</a>
</nav>
</header>
<main>
Expand Down Expand Up @@ -48,4 +48,4 @@ <h2>Sign Up</h2>

</footer>
</body>
</html>
</html>

0 comments on commit f18c4da

Please sign in to comment.