-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForget Password.html
More file actions
31 lines (22 loc) · 1.07 KB
/
Forget Password.html
File metadata and controls
31 lines (22 loc) · 1.07 KB
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
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forget Password - Get Fast Labels</title>
<link rel="shortcut icon" href="Images/_4d4af216-900d-4c70-b766-60d1223a866a__1_-removebg-preview.png"
type="image/x-icon">
<link rel="stylesheet" href="Css Files/Forget Password.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
<body>
<div class="Forget-Password">
<h3 style="text-align: center;">Forgot password</h3><br><br>
<input type="text" placeholder="Email Address" required>
<input type="submit" value="REQUEST RESET"><br><br><br>
<p>Remember your password?<a href="login.html"> Sign In</a>.</p>
<p>Don't have an account?<a href="sign.html"> Create one for free</a>.</p>
</div>
</body>
</html>