fuzzymail
Version:
Responsive email template generator.
25 lines (24 loc) • 408 B
HTML
<table
width="100%"
cellpadding="0"
cellspacing="0"
border="0"
align="center"
class="logo-wrapper"
mc:repeatable="logo"
>
<tr>
<td align="center" valign="top">
<a href="https://www.fuzzymail.co/"
><img
src="@@webRoot/assets/img/logo.png"
width="77"
height="77"
border="0"
alt="FuzzyMail"
mc:edit="logo-image"
class="logo"
/></a>
</td>
</tr>
</table>