-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathone_column.html
111 lines (111 loc) · 4.59 KB
/
one_column.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
105
106
107
108
109
110
111
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>One Column</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
@media only screen and (max-width: 480px) {
table[class=wrapper] { width: 100%; }
td[class=cell] { width: 100%; }
div[class=hide] { display: none; }
span[class=hide] { display: none; }
}
</style>
</head>
<body bgcolor="#f0f0f0" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" style="min-width: 100% !important; background-color:#f0f0f0; background-image: none; background-repeat: repeat; background-attachment: scroll;">
<table bgcolor="#959c9f" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td bgcolor="#959c9f" width="100%">
<table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="wrapper" width="600">
<tbody>
<tr>
<td class="cell" width="600">
<table border="0" bgcolor="#959c9f" cellpadding="5" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" class="cell" valign="top" width="590">
<div style="color: #f9f9f9; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.2;">
Preview Text<span class="hide"> | <a href="#" style="color: #f9f9f9;" target="_blank">View in browser »</a></span>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table bgcolor="#f0f0f0" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td bgcolor="#f0f0f0" width="100%">
<table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="wrapper" width="600">
<tbody>
<tr>
<td class="cell" width="600">
<table border="0" bgcolor="#ffffff" cellpadding="20" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="left" class="cell" valign="top" width="560">
<table border="0" bgcolor="ffffff" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="right" class="cell" valign="top">
<img align="left" border="0" height="71" src="#@400px" width="200"><div class="hide" style="color: #fa785f; font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold; line-height: 1.2;">Tagline</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<table border="0" bgcolor="#ffffff" cellpadding="20" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="left" class="cell" valign="top" width="560">
<div style="color: #4c4c4c; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.4; text-align: left;">
<span style="color: #329ab7; font-size: 21px; font-weight: bold; line-height: 1.1;">TITLE</span><br>
<br>
Cookie gummies topping. Wypas dessert cookie sesame snaps croissant fruitcake icing tart fruitcake. Dessert biscuit chocolate cake.<br>
<br>
Dessert lemon drops fruitcake gummies biscuit. Gummi bears brownie candy canes bonbon cotton candy chupa chups cake. Liquorice jelly beans icing bear claw topping fruitcake toffee. Danish bonbon wypas.<br>
</div>
</td>
</tr>
</tbody>
</table>
<table border="0" bgcolor="#dddddd" cellpadding="20" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="left" class="cell" valign="top" width="560">
<div style="color: #9c9c9c; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.4;">
Organization<br>
Address<br>
Phone | Fax<br>
<a style="color:#329ab7; text-decoration: none; font-weight:bold;" href="mailto:#">[email protected]</a><br>
<a style="color:#329ab7; text-decoration: none; font-weight:bold;" href="#">site.com</a><br>
<br>
<a style="color:#329ab7; text-decoration: none; font-weight:bold;" href="#">Unsubscribe safely »</a>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>