-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.php
83 lines (76 loc) · 3.5 KB
/
email.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<style type="text/css">
body{
font-family: HelveticaNeue-Light,Arial,sans-serif;
color: #6b6b6b;
}
table, tr, td{
}
.divider{
background-color: #0e47a3;
height: 5px;
}
</style>
</head>
<body style="margin:0; padding:0; background-color:#F2F2F2;">
<center>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#eeeeee">
<tr>
<td align="center" valign="top">
<table width="640" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:640px; width:100%;" bgcolor="#FFFFFF">
<tr>
<td align="center" valign="top" style="padding:10px;">
<table width="600" cellspacing="0" cellpadding="0" border="0" align="center" style="max-width:600px; width:100%;">
<tr>
<td align="center" valign="top" style="padding:10px;">
<img src="https://gallery.mailchimp.com/61d201889df941e467484086f/images/6a68b547-8fbc-4a3c-b2e3-59f752cd8de6.png" width="" height="" style="margin:0; padding:0; border:none; display:block;" border="0" alt="" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="divider" align="center" valign="top">
</td>
</tr>
<tr>
<td align="center" valign="top">
<h1>Thanks for registering to Shades.</h1>
</td>
</tr>
<tr>
<td align="left" valign="top" style="padding: 0 30px;">
<p>Greetings,</p>
<p>We've given you a code to complete your account registration. This is essential for the team to verify that everyone who registers to our system is a human being. </p>
<h1>CODE: 123123</h1>
<p>Enjoy playing Shades! We're looking to see your name on our Leaderboard soon.</p>
<p>Regards,</p>
<p>The Shades Team</p>
</td>
</tr>
<tr>
<td height="10" style="font-size:10px; line-height:10px;"> </td>
</tr>
<tr>
<td align="center" valign="top">
<p style="color: gainsboro; font-size: 12px;">Copyright © 2017 | The Shades Team | All rights reserved.</p>
<p style="color: gainsboro; font-size: 12px; font-weight: bold;">You are receiving this email because you've registered on http://www.shade-online.com</p>
</td>
</tr>
<tr>
<td height="10" style="font-size:10px; line-height:10px;"> </td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</body>
</html>