-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforget.html
More file actions
24 lines (23 loc) · 744 Bytes
/
forget.html
File metadata and controls
24 lines (23 loc) · 744 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assest\css\forget.css">
<link rel="shortcut icon" href="./assest/ico/forget_password.ico">
<title>Forget Password</title>
</head>
<body>
<div class="form">
<h2>Forget Password</h2>
<div class="form-content">
<div class="form-box">
<input type="text" id="hd" placeholder="email" important!>
</div>
<div class="form-box">
<input type="submit" name="submit" id="hd" href="signin.html" value="Forget Password">
</div>
</div>
</div>
</body>
</html>