-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (48 loc) · 1.35 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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Newsletter</title>
<link rel="stylesheet" href="css/main.css">
<style>
/* css:css */
/* endinject */
</style>
<!-- Targeting Windows Mobile -->
<!--[if IEMobile 7]>
<style type="text/css">
</style>
<![endif]-->
<!-- Target Outlook 2007 and 2010 -->
<!--[if gte mso 9]>
<style>
</style>
<![endif]-->
<!--[if mso]>
/* font-family for outlook */
<style type=”text/css”>
.web-font { font-family: Arial, sans-serif !important; }
</style>
<![endif]-->
</head>
<body class="outlook">
<table class="body" id="backgroundTable">
<tr>
<td>
<center>
<!--[if (gte mso 9)|(IE)]><table cellpadding="0" cellspacing="0" border="0" style="width: 600px; margin: 0 auto;"><tr><td><![endif]-->
<table class="wrapper">
<tr>
<td>
<!-- Your content goes here -->
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</center>
</td>
</tr>
</table>
</body>
</html>