-
Notifications
You must be signed in to change notification settings - Fork 0
/
recover-psw-email-template.html
104 lines (101 loc) · 5.11 KB
/
recover-psw-email-template.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!doctype html>
<html lang="vi">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Reset Password</title>
<meta name="description" content="Reset Password Email Template.">
<style type="text/css">
a:hover {
text-decoration: underline !important;
}
</style>
</head>
<body marginheight="0" topmargin="0" marginwidth="0" style="margin: 0px; background-color: #f2f3f8;" leftmargin="0">
<!--100% body table-->
<table cellspacing="0" border="0" cellpadding="0" width="100%" bgcolor="#f2f3f8"
style="@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700|Open+Sans:300,400,600,700); font-family: 'Open Sans', sans-serif;">
<tr>
<td>
<table style="background-color: #f2f3f8;
max-width: 670px;
margin: 0 auto;" width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="height:80px;"> </td>
</tr>
<tr>
<td style="text-align: center;">
<a href="" title="logo" target="_blank">
<img width="150" src="https://i.ibb.co/XSs4xvj/hqt-logo.png" title="logo" alt="logo">
</a>
</td>
</tr>
<tr>
<td style="height: 20px;"> </td>
</tr>
<tr>
<td>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" style="max-width: 670px;
background:#fff;
border-radius: 3px;
text-align: center;
-webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .06);
-moz-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .06);
box-shadow: 0 6px 18px 0 rgba(0, 0, 0, .06);">
<tr>
<td style="height: 40px;"> </td>
</tr>
<tr>
<td
style="padding: 0 35px; display: flex; flex-direction: column; align-items: center;">
<h1 style="color: #1e1e2d;
font-weight: 500; margin: 0;
font-size: 32px;
font-family:'Rubik', sans-serif;">
Bạn đã yêu cầu đặt lại mật khẩu của mình
</h1>
<span style="display: inline-block;
margin: 24px 0 0;
border-bottom: 1px solid #cecece;
width: 100px;">
</span>
<a href="" style="background: #20e277;
text-decoration: none !important;
font-weight: 600;
margin-top: 35px;
color: #fff;
text-transform: uppercase;
font-size: 14px;
padding: 14px 24px;
width: 200px;
display: inline-block;
border-radius:50px;" onmouseout="this.style.background='#20e277'"
onmouseover="this.style.background='#0bb658'">
Đặt lại mật khẩu
</a>
</td>
</tr>
<tr>
<td style="height:40px;"> </td>
</tr>
</table>
</td>
<tr>
<td style="height:20px;"> </td>
</tr>
<tr>
<td style="text-align:center;">
<p
style="font-size:14px; color:rgba(69, 80, 86, 0.7411764705882353); line-height:18px; margin:0 0 0;">
© <strong>www.hqthostel.com</strong></p>
</td>
</tr>
<tr>
<td style="height:80px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
<!--/100% body table-->
</body>
</html>