-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (94 loc) · 2.14 KB
/
index.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
<!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>
<meta name="viewport" content="width=device-width"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>*|MC:SUBJECT|*</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
</head>
<body>
<!-- HEADER -->
<table width="600" align="center" class="head-wrap" background="#bf1e2e">
<tr>
<td height="120" ></td>
<td height="120" class="header container">
<div class="content">
<!-- CONTENT HERE -->
<table>
<tr>
</tr>
</table>
</div>
</td>
<td height="120" ></td>
</tr>
</table>
<!-- /HEADER -->
<!-- TITLE -->
<table width="600" align="center" class="title-wrap">
<tr>
<td></td>
<td class="title container">
<div class="content">
<table>
<!-- CONTENT HERE -->
<tr>
<td>
<h1 mc:edit="title" class="mainColor">Title</h1>
<!-- CONTENT HERE -->
</td>
</tr>
</table>
</div>
</td>
<td></td>
</tr>
</table>
<!-- TITLE -->
<!-- BODY -->
<table width="600" align="center" class="body-wrap">
<tr>
<td></td>
<td class="container">
<!-- /content -->
<div>
<table>
<tr class="content">
<td>
<p></p>
</td>
</tr>
<tr>
<td>
<h3 class="center mainColor">H3 Title</h3>
</td>
</tr>
</table>
</div>
</div>
<!-- /content -->
</td>
<td></td>
</tr>
</table>
<!-- /BODY -->
<!-- FOOTER -->
<table width="600" align="center" class="footer-wrap">
<tr>
<td></td>
<td class="container">
<!-- content -->
<div class="content">
</div>
<div class="content unsubcribe">
<a mc:edit="unsubcribe link" href="*|UNSUB|*">Unsuscribe</a>
</div>
<!-- /content -->
</td>
<td></td>
</tr>
</table>
<!-- /FOOTER -->
</body>
</html>