-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForgot.html
More file actions
22 lines (22 loc) · 839 Bytes
/
Copy pathForgot.html
File metadata and controls
22 lines (22 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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="style.css">
</head>
<body>
<div class="image">
<img src="/Assets/Rectangle 3463273 (4).png" alt="">
</div>
<form class="action" action="">
<a class="link" href="index.html"><p class="back">Back</p></a>
<h1 class="fp">Forgot Password</h1>
<p>Enter your registered Email Address and we'll send you a code to <br> reset your password.</p>
<label id="we" for="">Email Address</label>
<input class="inpute" type="email" id="wed" placeholder="robertfox@gmail.com">
<a href="Otp.html"><input class="otp" type="button" value="Send OTP"></a>
</form>
</body>
</html>