Skip to content

Instantly share code, notes, and snippets.

@possamai
Created July 10, 2015 00:23
Show Gist options
  • Save possamai/daef38c81cbca1add926 to your computer and use it in GitHub Desktop.
Save possamai/daef38c81cbca1add926 to your computer and use it in GitHub Desktop.
<!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 name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<style>@import url(http://fonts.googleapis.com/css?family=Droid+Sans);</style>
<body style="color: #998675; font-family: 'Droid Sans', sans-serif; font-size:13px;">
<table width="700px" style="padding:30px;" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="background-color: #1F1F1F; padding: 10px 0px; border-top: 20px solid #F2F2F2;">
<table style="padding:10px; width: 100%;" cellspacing="0" cellpadding="0">
<tr>
<td style="text-align: left;"><a href="<?PHP echo $url_base; ?>"><img src="<?PHP echo $url_base .'/img/logo.png'; ?>" alt="Logo" /></a></td>
<td style="text-align: right;">Acesse agora mesmo!</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 30px 0px; color:#000;">
<?php echo $this->fetch('content'); ?>
</td>
</tr>
<tr>
<td align="center" style="background-color: #1F1F1F; padding: 10px 0px; border-bottom: 20px solid #F2F2F2;">
<h4><a href="<?PHP echo $url_base; ?>" style="color:#998675; font-size:2em;"><?PHP echo $url_base; ?></a></h4>
<p><small>Esse é um e-mail automático, não precisa respondê-lo.</small></p>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment