Mini Shell
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{% block title %}{% endblock %}</title>
<style type="text/css">
p {
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
line-height: 17px;
margin-top: 17px;
margin-bottom: 17px;
}
li {
font-size: 12px;
font-family: Verdana, Geneva, sans-serif;
}
body {
background-color: #eeeeee;
font-family: Verdana, Geneva, sans-serif;
color: #000000;
}
#content {
border: 2em;
background-color: #eeeeee;
margin: auto;
width: 600px;
text-align: left;
}
</style>
</head>
<body>
<div id="content">
<tr>
<td align="center" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="600" style="text-align: left;">
<tr>
<td colspan="3" style="font-size: 0;">
{% if branded %}
<img src="https://secure1.inmotionhosting.com/_img/imh-email_header-top.png" width="600" height="142" alt="InMotion Hosting - 888.321.HOST(4678)" />
{% endif %}
</td>
</tr>
<tr>
<td colspan="3" height="26" bgcolor="#ad1b20"
style="font-size: 21px; font-family: Verdana, Geneva, sans-serif; color: #ffffff; padding-left: 40px; padding-right: 40px; text-align: left; line-height: 26px; background-color: #ad1b20;">
{% block heading %}{% endblock %}</td>
</tr>
<tr>
<td colspan="3" style="font-size: 0;">
{% if branded %}
<img src="https://secure1.inmotionhosting.com/_img/imh-email_header-bottom.png" width="600" height="21" alt="" />
{% endif %}
</td>
</tr>
<tr>
<td width="20" bgcolor="#114861">
{% if branded %}
<img src="https://secure1.inmotionhosting.com/_img/imh-email_bg-gradient_left.png" width="20" height="730" alt="" />
{% endif %}
</td>
<td width="560" bgcolor="#ffffff" valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<div style="padding-left: 15px; padding-right: 15px;">
<p>Hello,</p>
{% block content %}{% endblock %}
{% if branded %}
<hr />
<p>If you need further assistance, our customer service team is here 24/7 to answer any questions you may have.
You can reach us via phone, by replying to this email, or by <a href="https://secure1.inmotionhosting.com/amp/chat/amp-pre-chat?{{ {'department': 'customer-service'}|urlencode }}">chat</a>.
</p>
<p>Thank you for being a loyal customer!<br />
The InMotion Hosting Team<br />
888-321-HOST (4678) x4<br />
<a href="http://www.inmotionhosting.com">http://www.inmotionhosting.com</a><br />
<a href="http://www.inmotionhosting.com/support">http://www.inmotionhosting.com/support</a>
</p>
{% endif %}
</td>
</tr>
</table>
</td>
<td width="20" bgcolor="#114861">
{% if branded %}
<img src="https://secure1.inmotionhosting.com/_img/imh-email_bg-gradient_right.png" width="20" height="730" alt="" />
{% endif %}
</td>
</tr>
<tr>
<td colspan="3" height="20" bgcolor="114861"></td>
</tr>
</table>
</td>
</tr>
</div>
</div>
</body>
</html>
Zerion Mini Shell 1.0