-
Notifications
You must be signed in to change notification settings - Fork 0
/
forgot.html
57 lines (50 loc) · 2.46 KB
/
forgot.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forgot</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Inter:wght@100..900&display=swap"
rel="stylesheet">
</head>
<body>
<div style='text-align: center; font-family: "Geologica", sans-serif;'>
<div style="text-align: center; margin-top: 50px;"><img src="./Stonetekk.svg" alt="logo"></div>
<br><br>
<div style="text-align: center;"><img src="./lock.svg" alt="" role="presentation"></div>
<br>
<h1 style='color: #323232;'>Password Recovery</h1>
<p style="font-size: 18px; color: #323232; margin: 0 auto; max-width: 450px;">If you have lost your password or
wish to reset it,
use the link below to get started. </p>
<br>
<button
style="cursor: pointer; padding: 15px 45px; background-color: #212121; color: #F3F3F3; border: none; border-radius: 10px; font-size: 16px;">Reset
Password</button>
<br><br>
<p style="color: #676767;font-weight: 300; margin: 0 auto; max-width: 450px;"> If you did not request a password
reset, you can
safely ignore this email.</p>
<br> <br> <br>
<div style="cursor: pointer;">
<img style="margin-right: 10px;" src="./youtube.svg" alt="youtube">
<img style="margin-right: 10px;" src="./x.svg" alt="twitter">
<img style="margin-right: 10px;" src="./instagram.svg" alt="instagram">
<img style="margin-right: 10px;" src="./linkedin.svg" alt="linkedin">
</div>
<div style="max-width: 768px; text-align: center; margin: 0 auto;">
<p style="color: #676767; font-weight: 300; padding: 0 15px;">This message was sent to you
yashrajbharti.met18@iitbhu.ac.in
because you indicated that you would like to receive news, offers, promotions, and updates from Wrkble.
If
you do not want to receive such emails in
the future, please unsubscribe <span style="color: #212121; cursor: pointer;">here</span>.</p>
</div>
<p>© 2024 StoneTekk. All Rights Reserved. </p>
<br><br>
</div>
</body>
</html>