UNPKG

fuzzymail

Version:

Responsive email template generator.

75 lines (73 loc) 2.1 kB
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="author" content="Luan Gjokaj, and FuzzyMail contributors" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>FuzzyMail - Making emails fun again</title> <link href="@@webRoot/assets/css/styles.css" async defer rel="stylesheet" /> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" data-embed /> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <!--[if (gte mso 9)|(IE)]> <style> .outlook { font-family: arial, sans-serif; line-height: 24px !important; mso-line-height-rule: exactly; } .layout { width: 600px !important; } </style> <![endif]--> </head> <body> <div class="main-wrapper"> <table border="0" align="center" cellpadding="0" cellspacing="0" class="main-table" > <tr> <!--[if (gte mso 9)|(IE)]> <td class="reset">&nbsp;</td> <![endif]--> <td width="600" class="main-data"> <table width="600" border="0" cellpadding="0" cellspacing="0" class="layout" > <tr> <td width="600"> @@include('./includes/logo.html') @@include('./includes/header.html') @@include('./includes/title.html') @@include('./includes/single-column.html') @@include('./includes/two-columns.html') @@include('./includes/socials.html') @@include('./includes/footer.html') </td> </tr> </table> </td> <!--[if (gte mso 9)|(IE)]> <td class="reset">&nbsp;</td> <![endif]--> </tr> </table> </div> </body> </html>