-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrestore-password-request.html
More file actions
27 lines (25 loc) · 1.21 KB
/
restore-password-request.html
File metadata and controls
27 lines (25 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="./img/favicon.ico" rel="icon" type="image/x-icon">
<link href="./css/style.css" rel="stylesheet">
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" rel="stylesheet">
<title>Mango Messenger</title>
</head>
<body class="background-pattern">
<div class="container d-flex justify-content-center align-items-center flex-column vh-100">
<h1 class="font-weight-bold mb-4 auth-header user-select-none restore-password-h1">Restore Password</h1>
<h4 class="mb-5 text-center user-select-none restore-password-h4">We are Different, We Make You Different.</h4>
<label for="emailAddress"></label>
<input class="mb-4 form-input p-3 user-select-none"
id="emailAddress"
name="emailAddress"
placeholder="Enter your email address"
type="text">
<button class="form-button p-3 font-weight-bold mb-4 restore-password-button">RESTORE PASSWORD</button>
</div>
</body>
</html>