Skip to content

Commit

Permalink
Bug fixes in login
Browse files Browse the repository at this point in the history
  • Loading branch information
kathirvel13 committed Dec 15, 2024
1 parent c76d293 commit f2e5b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div class="container">
<h1>Student Login</h1>
<form action="/" method="POST">
<form action="index.html" method="POST">
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Enter your email" required>
Expand All @@ -21,7 +21,7 @@ <h1>Student Login</h1>
<button type="submit" class="submit-btn">Login</button>
</form>
<div class="container">
<p>Don't have an account? <a href="/register">Register here</a>.</p>
<p>Don't have an account? <a href="register.html">Register here</a>.</p>
</div>
</div>
</body>
Expand Down

0 comments on commit f2e5b4c

Please sign in to comment.