email-template.html
2.98 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
72
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WooBay Email</title>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css' />
</head>
<body bgcolor="#FFFFFF" style="font-family: 'Helvetica Neue', 'Open Sans', sans-serif, Helvetica; color: #868686; font-size: 15px; line-height: 27px; margin: 0; padding: 0;">
<!-- HEADER -->
<table width="100%" style="margin-left: -2px; margin-top: 30px; margin-bottom: 30px;">
<tr>
<td style="display: block !important; max-width: 600px !important; margin: 0 auto !important; padding: 0 !important; clear: both !important;">
<img src="http://img.ebay.com.au/cache/share/link-logo-header.png" alt="eBay Sync Logo" style="max-width: 100%;" />
</td>
</tr>
</table>
<!-- /HEADER -->
<!-- BODY -->
<table width="100%" style="border-bottom: 1px solid #ebebeb; border-top: 1px solid #ddd">
<tr>
<td align="center" bgcolor="#FFFFFF" style="display: block !important; max-width: 600px !important; margin: 0 auto !important; clear: both !important;">
<div align="center" style="max-width: 600px; padding: 0; margin: 0 auto; display: block;">
<table width="100%" >
<tr>
<td>
<h3 style="font-family: 'Helvetica Neue', 'Open Sans', sans-serif, Helvetica; color: #777777; font-size: 24px; font-weight: 400; margin-top: 24px; margin-bottom: 24px;">Hi,</h3>
{{content}}
<table width="100%" style="margin-left: -2px; margin-top: 55px; margin-bottom: 20px;">
<tr>
<td style="display: block !important; max-width: 600px !important; margin: 0 auto !important; padding: 0 !important; clear: both !important;">
<img src="http://img.ebay.com.au/cache/share/link-logo-footer.png" alt="eBay Logo" style="max-width: 100%;" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!-- /BODY -->
<!-- FOOTER -->
<table width="100%" style="border-top: 1px solid #cbcbcb;">
<tr>
<td bgcolor="#FFFFFF" style="display: block !important; max-width: 600px !important; margin: 0 auto !important; clear: both !important;">
<div style="max-width: 600px; padding: 0; margin-top: 10px; display: block;">
<table>
<tr>
<td>
<p style="font-family: 'Helvetica Neue', 'Open Sans', sans-serif, Helvetica; font-size: 11px; line-height: 18px; font-weight: 400; color: #868686;">Copyright © 2016 eBay Inc. All Rights Reserved. Designated trademarks and brands are the property of their respective owners. eBay and the eBay logo are trademarks of eBay Inc.</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<!-- /FOOTER -->
</body>
</html>