| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
- <title>Email verify</title>
- </head>
- <body>
- <table width="612" cellpadding="0" cellspacing="0" style="margin: 20px auto; background-color: #003643;">
- <tr>
- <td height="402">
- <img class="banner_background" src="https://192.168.1.33:12000/static/banner_background.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px;">
- <img class="banner_logo" src="https://192.168.1.33:12000/static/banner_logo.png" style="outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%; overflow: hidden; -webkit-border-radius: 3px; border-radius: 3px;">
- </td>
- </tr>
- <tr>
- <td style="height: auto; padding: 0 40px;">
- <table width="532" cellpadding="0" cellspacing="0" style="background-color: #02677D; margin-top: -50px;">
- <tr>
- <td style="padding: 40px; color: white;">
- <h1 style="font-size: 48px; font-weight: bold; margin-bottom: 40px;"><%= locals.title %></h1>
- <h2 style="font-size: 24px; font-weight: normal; margin-bottom: 40px;"><%= locals.subtitle %></h2>
- <p style="font-size: 16px; font-weight: 10; margin-bottom: 40px;"><%= locals.context %></p>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td style="height: 104px; width: 387px; margin: 40px 0; color: #DDDDDD; font-size: 14px; font-weight: 10;">
- <table width="100%" cellpadding="0" cellspacing="0">
- <tr>
- <td align="center">
- <img src="../image/facebook_logo.png" alt="facebook_logo">
- <img src="../image/ig_logo.png" alt="ig_logo" style="margin-left: 14px;">
- <img src="../image/website_logo.png" alt="website_logo" style="margin-left: 14px;">
- </td>
- </tr>
- <tr>
- <td align="center" style="line-height: 1.2;">
- <p style="margin-bottom: 3px;">Email sent to emailtemplate@gmail.com by Crazy Charge,</p>
- <!-- <p style="margin-bottom: 3px;">If you wish to stop your subscription from us,</p>
- <p>Unsubsribe Here.</p> -->
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="100%" cellpadding="0" cellspacing="0" style="background-color: #00252E; color: #DDDDDD; font-size: 14px; font-weight: 10; line-height: 1.2;">
- <tr>
- <td align="center" style="padding: 14px 0;">
- <p style="margin-bottom: 14px;">143 Wai Yip Street, Kwun Tong, Kowloon, Hong Kong</p>
- <p style="margin: 0;">All Rights Reserved. 2024 © Crazy Charges</p>
- </td>
- </tr>
- </table>
- <!-- <p style="padding-left: 20px;">
- Are you watch my work? Ok, this your input:
- </p>
- <p style="color: #dde2e2;padding-left: 14px;">
- <strong style="color: #3acbff;font-size: 24px;">
- </strong>
- <span>(If the text same as your input, then i am health)</span>
- </p>
- <p style="padding-left: 20px; color: red;">
- <span>I should be red in here, because your template style is that</span>
-
- </p>
- <p>
- <span>Click the line to view my source code</span>
- <a href="https://www.biunav.com" style="color:#fff" target="_blank"
- rel="noopener noreferrer">https://github.com/MGT-Limited/factory-email/issues/1</a></p> -->
- </div>
- </body>
- </html>
|