Skip to content

Commit

Permalink
fixed 404 redirect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anshxika authored Nov 14, 2024
1 parent a335b81 commit 4c6731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>Sign Up</h2>

<!-- Redirection to login page -->
<div class="login-redirect">
<p>Already have an account? <a href="login.html">Log in here</a></p>
<p>Already have an account? <a href="Login.html">Log in here</a></p>
</div>
</form>
</div>
Expand Down

0 comments on commit 4c6731d

Please sign in to comment.