common.ejs 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  5. <title>Email verify</title>
  6. </head>
  7. <body>
  8. <table width="612" cellpadding="0" cellspacing="0" style="margin: 20px auto; background-color: #003643;">
  9. <tr>
  10. <td height="402">
  11. <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;">
  12. <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;">
  13. </td>
  14. </tr>
  15. <tr>
  16. <td style="height: auto; padding: 0 40px;">
  17. <table width="532" cellpadding="0" cellspacing="0" style="background-color: #02677D; margin-top: -50px;">
  18. <tr>
  19. <td style="padding: 40px; color: white;">
  20. <h1 style="font-size: 48px; font-weight: bold; margin-bottom: 40px;"><%= locals.title %></h1>
  21. <h2 style="font-size: 24px; font-weight: normal; margin-bottom: 40px;"><%= locals.subtitle %></h2>
  22. <p style="font-size: 16px; font-weight: 10; margin-bottom: 40px;"><%= locals.context %></p>
  23. </td>
  24. </tr>
  25. </table>
  26. </td>
  27. </tr>
  28. <tr>
  29. <td style="height: 104px; width: 387px; margin: 40px 0; color: #DDDDDD; font-size: 14px; font-weight: 10;">
  30. <table width="100%" cellpadding="0" cellspacing="0">
  31. <tr>
  32. <td align="center">
  33. <img src="../image/facebook_logo.png" alt="facebook_logo">
  34. <img src="../image/ig_logo.png" alt="ig_logo" style="margin-left: 14px;">
  35. <img src="../image/website_logo.png" alt="website_logo" style="margin-left: 14px;">
  36. </td>
  37. </tr>
  38. <tr>
  39. <td align="center" style="line-height: 1.2;">
  40. <p style="margin-bottom: 3px;">Email sent to emailtemplate@gmail.com by Crazy Charge,</p>
  41. <!-- <p style="margin-bottom: 3px;">If you wish to stop your subscription from us,</p>
  42. <p>Unsubsribe Here.</p> -->
  43. </td>
  44. </tr>
  45. </table>
  46. </td>
  47. </tr>
  48. </table>
  49. <table width="100%" cellpadding="0" cellspacing="0" style="background-color: #00252E; color: #DDDDDD; font-size: 14px; font-weight: 10; line-height: 1.2;">
  50. <tr>
  51. <td align="center" style="padding: 14px 0;">
  52. <p style="margin-bottom: 14px;">143 Wai Yip Street, Kwun Tong, Kowloon, Hong Kong</p>
  53. <p style="margin: 0;">All Rights Reserved. 2024 © Crazy Charges</p>
  54. </td>
  55. </tr>
  56. </table>
  57. <!-- <p style="padding-left: 20px;">
  58. Are you watch my work? Ok, this your input:
  59. </p>
  60. <p style="color: #dde2e2;padding-left: 14px;">
  61. <strong style="color: #3acbff;font-size: 24px;">
  62. </strong>
  63. <span>(If the text same as your input, then i am health)</span>
  64. </p>
  65. <p style="padding-left: 20px; color: red;">
  66. <span>I should be red in here, because your template style is that</span>
  67. </p>
  68. <p>
  69. <span>Click the line to view my source code</span>
  70. <a href="https://www.biunav.com" style="color:#fff" target="_blank"
  71. rel="noopener noreferrer">https://github.com/MGT-Limited/factory-email/issues/1</a></p> -->
  72. </div>
  73. </body>
  74. </html>