-
Notifications
You must be signed in to change notification settings - Fork 0
/
EmailTemplate.html
32 lines (30 loc) · 1.07 KB
/
EmailTemplate.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
<html>
<body>
<div id="MainLayout" style="margin:0 auto;height:auto;overflow:hidden;width:800px;background-color:#E6E9EF;color:#363E42;padding:20px;border-radius:16px">
<!--Header section-->
<div id="header" style="margin-bottom:20px;text-align:center;width:800px;height:auto;overflow:hidden;margin:0 auto;margin-bottom:20px">
<!--Logo section-->
<logo>
<div style="margin-bottom:4px;text-align:center">
<img src="cid:2" style="width:auto;height:104px"/>
</div>
</logo>
</div>
<div style="clear:both"></div>
<div style="margin-bottom:20px; border-top:1px dotted #363E42;text-align:center">
<div style="border-top:1px dotted #363E42"></div>
</div>
<!--Photo section-->
<photo>
<div style="margin-bottom:20px;text-align:center">
<img src="cid:1" style="width:784px;border:1px solid #363E42" tabindex="0"/>
</div>
</photo>
<!--Footer section-->
<div style="border-top:1px dotted #363E42;text-align:center">
<div style="border-top:1px dotted #363E42"></div>
</div>
<div style="clear:both"></div>
</div>
</body>
</html>