-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.html
66 lines (65 loc) · 900 Bytes
/
email.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, width=device-width, height=device-height" name="viewport">
<meta http-equiv=refresh content=0;URL={{ url.webserver }} />
<style>
html, body {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
}
body {
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
margin: 0;
padding: 0px 15px 0px 15px;
color: #000;
font-size: 14px;
line-height: 1.4;
width: 100%;
height: 110%;
-webkit-text-size-adjust: 100%;
background: #fff;
overflow: hidden;
}
</style>
</head>
<body>
<p>Important Information: Please Read!</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
{{ tracking_dot_image_tag }}
</body>
</html>