-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforgot.html
More file actions
25 lines (21 loc) · 703 Bytes
/
forgot.html
File metadata and controls
25 lines (21 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<title>forgot</title>
<link rel="stylesheet" href="forgot.css">
</html>
<body>
<div>
<form>
<img src="Forgot Password.png" alt="Avatar" style="width: 120px; height: 120px; border-radius: 50%; margin-left: 20px;">
<p style="font-size: 30px; "><b>
Reset Password </b>
</p>
<p style="font-size: 20px;"><b>Password*</b></p>
<input type="password" name="password" placeholder="current password">
<p style="font-size: 20px;"><b>Confirm Password*</b></p>
<input type="password" name="password" placeholder="confirm password">
<a href="login.html"><p>RESET PASSWORD</p></a>
</form>
</div>
</form>
</body>