Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sosroInSpace/3ee3b672d6fe413fb956f9002cf1ce2a to your computer and use it in GitHub Desktop.
Save sosroInSpace/3ee3b672d6fe413fb956f9002cf1ce2a to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<!-- This file is a working version of the generic email template. -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body bgcolor="#F8F8F8" style="margin:0px; padding:0px; background-color:#f8f8f8;">
<!-- Outer table. -->
<table width="100%" align="center" cellspacing="0" cellpadding="0" border="0" bgcolor="#F8F8F8" style="background-color: #F8F8F8;">
<tbody>
<tr>
<td align="center" style="padding: 16px;">
<!-- Inner centered table with border. -->
<table width="500" align="center" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" style="background-color: #FFFFFF;">
<tbody>
<tr>
<td style="border: 1px solid #eeeeee; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #000000; padding: 16px 32px 16px 32px;">
<!-- Main content. -->
<table width="100%" align="center" cellspacing="0" cellpadding="0" border="0" bgcolor="#FFFFFF" style="background-color:#FFFFFF; border-collapse:collapse;">
<tbody>
<!-- Logo -->
<tr>
<td align="left" valign="top" style="padding: 0px 0px 16px 0px;">
<a href="#/">
<img src="https://www.carlogos.org/logo/Jeep-logo-green-3840x2160.png" nosend="1" border="0" width="120" height="62" alt="Revo Fitness" title="Revo Fitness">
</a>
</td>
</tr>
<!-- Content -->
<tr>
<td valign="top" style="padding: 32px 0px 32px 0px; color: #333333; font-size: 15px; line-height: 24px; border-top: 1px solid #eeeeee;">
CONTENT GOES HERE
</td>
</tr>
<!-- Links -->
<tr>
<td align="center" valign="top" style="padding: 16px 0px 16px 0px; font-size: 10px; line-height: 16px;">
<a href="#" target="_blank" style="color: #1a82b0; text-decoration: none;">Website</a>
<span> | </span>
<a href="#" target="_blank" style="color: #1a82b0; text-decoration: none;">Legal</a>
<span> | </span>
<a href="#" target="_blank" style="color: #1a82b0; text-decoration: none;">Privacy</a>
</td>
</tr>
<!-- Footer -->
<tr>
<td align="center" valign="top" style="padding: 16px 0px 16px 0px; border-top: 1px solid #eeeeee; font-size: 9px; line-height: 16px; color: #666666;">
contact us at <a style="text-decoration: none; color: #F77A1E;" href="tel:99999999">(08) 9999 9999</a>.
<br>
© 2019, Company All rights reserved.
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment