-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsendmail.html
50 lines (46 loc) · 1.53 KB
/
sendmail.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
<!DOCTYPE html>
<html lang="en" class="notranslate" translate="no">
<head>
<meta name="google" content="notranslate" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
margin: 0px;
background-color: #03bf6b;
justify-content: center;
display: flex;
}
.Login-Scroll {
width: 100%;
/* height: 1506px; */
background-color: #03bf6b;
}
</style>
<title>Sendmail Template</title>
</head>
<body>
<div class="Login-Scroll">
<table style="padding: 10px; width: 100%;">
<tr>
<td>
<img src="http://memlingo.esperanto.or.kr/pages/img/logo-subtitle.png" class="logo_subtitle"
style="left:2%; position: relative; top:2%;">
</td>
</tr>
<tr>
<td style="background-color: white; padding: 10px; font-size: 16pt;">
$EMAILCONTENTS$<br><br>
<a href="http://memlingo.esperanto.or.kr">Go to Memlingo</a> Iru al Memlingo
<br><br>
<small>
<a href="http://memlingo.esperanto.or.kr/api/unsubscribe.api?email=$EMAIL$">Unsubscribe</a> Mi
ne volas retpoŝton.
</small>
</td>
</tr>
</table>
</div>
</body>
</html>