default.html 1.7 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html style="-webkit-text-size-adjust: none;-ms-text-size-adjust: none;">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>VzTemplate | {EMAIL_TITLE}</title>
  6. </head>
  7. <body style="padding: 0px; margin: 0px;">
  8. <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">
  9. <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;">
  10. <div class="logo" style="width: 100%; margin: 10px 0 15px 30px;">
  11. <img src="{EMAIL_LOGO_URL}" style="{EMAIL_LOGO_STYLE}">
  12. </div>
  13. <div class="body-content" style="width: 100%;display: flex; flex-direction: column;justify-content: center; align-items: center;">
  14. <h1 style="font-size: 30px;line-height: 44px; color: #3c3c3c; text-align: center; margin: 0;">{EMAIL_TITLE}</h1>
  15. <h3 style="font-size: 18px;line-height: 30px; color: #4db3a4; text-align: center; padding-bottom:15px; ">{EMAIL_SUB_TITLE}</h3>
  16. <div style="font-size: 15px;line-height: 24px; color: #3c3c3c;">{EMAIL_BODY}</div>
  17. </div>
  18. </div>
  19. <div class="mail-footer" style="width: 100%; text-align: center; margin-top: 30px;">
  20. <span style=" font-size: 13px; color: #666;">
  21. {THIS_YEAR} &copy; Vz.
  22. </span>
  23. </div>
  24. </div>
  25. </body>
  26. </html>