Você está na página 1de 1

<!

DOCTYPE html>
<html>
<head>
<title>Seu Título Aqui</title>
</head>
<body style="font-family: Arial, sans-serif; background-color: #f5f5f5; margin: 0;
padding: 0;">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" bgcolor="#ffffff" style="padding: 20px 0;">
<img src="https://seusite.com/seu-logo.png" alt="Seu Logo"
width="150" height="auto" style="display: block;">
</td>
</tr>
</table>
<table width="600" cellpadding="0" cellspacing="0" border="0" align="center"
bgcolor="#ffffff" style="border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0,
0.1); margin: 20px auto;">
<tr>
<td style="padding: 20px;">
<h1 style="font-size: 24px; color: #333;">Título do E-mail</h1>
<p style="font-size: 16px; color: #666;">Olá [Nome do Cliente],</p>
<p style="font-size: 16px; color: #666;">Este é um exemplo de e-
mail de marketing. Você pode personalizar este conteúdo de acordo com suas
necessidades.</p>
<a href="https://seusite.com" style="display: inline-block;
background-color: #0078d4; color: #fff; text-decoration: none; padding: 10px 20px;
margin: 20px 0; border-radius: 5px;">Saiba mais</a>
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0"
bgcolor="#0078d4">
<tr>
<td align="center" style="padding: 20px;">
<p style="font-size: 14px; color: #fff;">© 2023 Sua Empresa. Todos
os direitos reservados.</p>
</td>
</tr>
</table>
</body>
</html>

Você também pode gostar