| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html style="-webkit-text-size-adjust: none;-ms-text-size-adjust: none;">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>VzTemplate | {EMAIL_TITLE}</title>
- </head>
- <body style="padding: 0px; margin: 0px;">
- <div id="mailsub" class="notification" style="display: flex; width: 100%; padding: 30px; justify-content: center; align-items: center; flex-direction: column;font-family: Arial, Helvetica, sans-serif;background :#f5f5f5">
- <div class="mail-body" style="display: flex; width: 70%; max-width: 680px; flex-direction: column;justify-content: center; align-items: center; background: #ffffff; padding: 30px 50px; border-radius: 5px;">
- <div class="logo" style="width: 100%; margin: 10px 0 15px 30px;">
- <img src="{EMAIL_LOGO_URL}" style="{EMAIL_LOGO_STYLE}">
- </div>
- <div class="body-content" style="width: 100%;display: flex; flex-direction: column;justify-content: center; align-items: center;">
- <h1 style="font-size: 30px;line-height: 44px; color: #3c3c3c; text-align: center; margin: 0;">{EMAIL_TITLE}</h1>
- <h3 style="font-size: 18px;line-height: 30px; color: #4db3a4; text-align: center; padding-bottom:15px; ">{EMAIL_SUB_TITLE}</h3>
- <div style="font-size: 15px;line-height: 24px; color: #3c3c3c;">{EMAIL_BODY}</div>
- </div>
- </div>
- <div class="mail-footer" style="width: 100%; text-align: center; margin-top: 30px;">
- <span style=" font-size: 13px; color: #666;">
- {THIS_YEAR} © Vz.
- </span>
- </div>
- </div>
- </body>
- </html>
|