-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHTML-EMAIL-TEMPLATE.html
More file actions
41 lines (41 loc) · 1.95 KB
/
HTML-EMAIL-TEMPLATE.html
File metadata and controls
41 lines (41 loc) · 1.95 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"[]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
Title is not important. It's not the subject.
</title>
</head>
<body>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="590" style=" color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:12px; border:#333333 1px solid;">
<tr>
<td style="text-align:center; font-size:18px; font-weight:bold; color:#000000; background-color:#cccccc;">
<img src="http://placehold.it/590x150" border="0" alt="Email Banner Description." width="590" height="150" />
</td>
</tr>
<tr>
<td style="padding-top: 5px; padding-bottom:15px; padding-left:42px; padding-right:42px; line-height:18px;">
<p><strong style="color:#000000;">At vero eos et accusamus et iusto odio dignissimo</strong>
<p><strong>Lorem ipsum dolor sit amet,</strong><br><br>
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<ul>
<li>Ut enim ad minim veniam</li>
<li>quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat</li>
</ul>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<br><br>
<strong>Don't forget a call to action: <a href="#" target="_blank" style="color:#000000;">Contact us or go somewhere</a>.</strong></p>
</td>
</tr>
<tr>
<td style="text-align:center; font-size:18px; font-weight:bold; color:#000000; background-color:#cccccc;">
<img src="http://placehold.it/590x50" border="0" alt="Footer Image" height="50" width="590" />
</td>
</tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="580" style=" color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:11px;">
<tr>
<td style="padding-left:42px; padding-right:42px; padding-top:0px;">
<p>Disclaimer/Unsubscribe stuff goes here.</p>
</td>
</tr>
</table>
</body>
</html>