Skip to content

Instantly share code, notes, and snippets.

@FredericoC
Last active March 7, 2016 02:32
Show Gist options
  • Save FredericoC/d478a7cabbe4db957554 to your computer and use it in GitHub Desktop.
Save FredericoC/d478a7cabbe4db957554 to your computer and use it in GitHub Desktop.
Chargify - Default email template
<!DOCTYPE html>
<html>
<head>
<title>Groundplan</title>
<style type="text/css">
body {
background: white;
font-family: Arial, Verdana;
font-size:12px;
line-height:25px;
}
hr {
border: 0;
color:#f1f1f1;
background-color: #f1f1f1;
height: 1px;
}
</style>
</head>
<body style="background: white;font-family: Arial, Verdana;font-size: 12px;line-height: 25px;">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
<tbody>
<tr>
<td style="width:50%; padding:10px;"><a href="https://groundplan.com"><img width="180" height="30" border="0" src="https://groundplan.com/static/images/logo-email.png" alt="Groundplan"></a></td>
<td style="width:50%; padding:5px; text-align:right"><a href="https://my.groundplan.com" style="color: #428bca; text-decoration: none;">Login to Groundplan</a></td>
</tr>
<tr>
<td colspan="2"><hr style="border: 0;color: #f1f1f1;background-color: #f1f1f1;height: 1px;"></td>
</tr>
<tr>
<td colspan="2" style="padding:10px;">{{main_content}}</td>
</tr>
<tr>
<td colspan="2"><hr style="border:0;color:#f1f1f1;background-color:#f1f1f1;height: 1px;"></td>
</tr>
<tr>
<td colspan="2" style="color:#ccc">For issues regarding Groundplan in general, please contact us from <a style="color:#428bca;text-decoration:none;" href="https://groundplan.com/contact">groundplan.com/contact</a></td>
</tr>
</tbody>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment