Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Niha022 authored Jul 3, 2024
1 parent d3b8042 commit 5f60b25
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions website/signin/forgot-password.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forgot Password</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h2>Forgot Password</h2>
<form action="#">
<div class="input-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
</div>
<button type="submit">Reset Password</button>
</form>
<div class="links">
<a href="login.html">Back to Login</a>
</div>
</div>
</body>
</html>

0 comments on commit 5f60b25

Please sign in to comment.