-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
71 lines (71 loc) · 3.04 KB
/
test.html
File metadata and controls
71 lines (71 loc) · 3.04 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
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
<!DOCTYPE html>
<html lang="en" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta charset="utf-8">
<meta name="x-apple-disable-message-reformatting">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
<!--[if mso]>
<noscript>
<xml>
<o:OfficeDocumentSettings xmlns:o="urn:schemas-microsoft-com:office:office">
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
</noscript>
<style>
td,th,div,p,a,h1,h2,h3,h4,h5,h6 {font-family: "Segoe UI", sans-serif; mso-line-height-rule: exactly;}
</style>
<![endif]--> <title>Thank you</title> <style>
.hover-underline:hover {
text-decoration-line: underline !important;
}
.hover-no-underline:hover {
text-decoration-line: none !important;
}
@media (max-width: 600px) {
.sm-w-full {
width: 100% !important;
}
.sm-px-6 {
padding-left: 24px !important;
padding-right: 24px !important;
}
.sm-py-8 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
}
</style></head>
<body style="margin: 0; width: 100%; padding: 0; word-break: break-word; -webkit-font-smoothing: antialiased; background-color: #f3f4f6">
<div role="article" aria-roledescription="email" aria-label="Thank you" lang="en">
<table style="width: 100%; font-family: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center" style="background-color: #fff">
<table class="sm-w-full" style="width: 600px" cellpadding="0" cellspacing="0" role="presentation">
<td align="center">
<table style="width: 100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="sm-px-6" style="padding: 24px; padding-top: 48px; padding-bottom: 48px; text-align: left; font-size: 16px; line-height: 24px; color: #1f2937">
<table style="width: 100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td> <p style="font-size: 18px; color: #000">Hello, {{user.full_name}} <br>
We received your request and we will contact you shortly.</p> </td>
</tr>
</table>
<table style="width: 100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td style="padding-top: 48px; padding-bottom: 8px">
<div style="height: 1px; background-color: #e5e7eb; line-height: 1px">‌</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</table></td></tr>
</table> </div>
</body>
</html>