-
Notifications
You must be signed in to change notification settings - Fork 1
/
showPassword.html
41 lines (32 loc) · 1.05 KB
/
showPassword.html
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
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/showPassword.css">
<title>Show Password</title>
</head>
<body>
<div id="container_forget">
<div id="forget_1">
<img src="https://static.buffer.com/login/public/img/buffer-logo.svg" alt="">
</div>
<div id="forget_2">
<div>
<h1>Recovery Email Sent!</h1>
<p>Please check your email within the next 2 hours for next steps to reset your password.</p>
<p>If you can’t see the email, it might be in your spam folder, or your Buffer account might be under a
different email address.
</p>
<h3> Your password is:-- <span id="show_here"></span> </h3>
</div>
<div>
<button>Back to Login</button>
</div>
<div><a href="#">Contact Support</a></div>
</div>
</div>
</body>
</html>
<script src="./scripts/showPassword.js"></script>