signupOtp.ejs 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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;" align="center">
  9. <tr>
  10. <td height="auto" style="text-align: center; ">
  11. <img class="banner_background" src="https://api.crazycharge.com.hk/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. </td>
  13. </tr>
  14. <tr>
  15. <td style="height: 777; padding: 0 40px; min-height: 777;">
  16. <table width="532" cellpadding="0" cellspacing="0" style="background-color: #02677D; margin-top: 50px; padding-top: 40px; padding-left: 40px; padding-right: 40px;">
  17. <tr>
  18. <td>
  19. <img class="banner_logo" src="https://api.crazycharge.com.hk/static/banner_logo.png">
  20. <p style="color: #ffffff; text-align: center; font-size: 36px; font-weight: bold; margin-bottom: 40px; ">Welcome to CrazyCharge!</p>
  21. <p style="color: #ffffff;font-size: 12px;text-align: center; font-weight: normal; margin-bottom: 40px; ">Thank you for signing up. To complete your registration, please enter the following One-Time Password (OTP):</p>
  22. <p style="color: #ffffff;text-align: center;font-size: 36px; font-weight: bold; margin-bottom: 40px;text-align: center;"><%= locals.context %></p>
  23. </td>
  24. </tr>
  25. </table>
  26. </td>
  27. </tr>
  28. <tr width="100%" cellpadding="0" cellspacing="0" >
  29. <td align="center" style="height: 104px; width: 387px; margin: 40px 0; color: #DDDDDD; font-size: 14px; font-weight: 10;">
  30. <img src="https://api.crazycharge.com.hk/static/facebook_logo.png" alt="facebook_logo">
  31. <img src="https://api.crazycharge.com.hk/static/ig_logo.png" alt="ig_logo" style="margin-left: 14px;">
  32. <img src="https://api.crazycharge.com.hk/static/website_logo.png" alt="website_logo" style="margin-left: 14px;">
  33. <p style="margin-bottom: 3px; text-align: center;">Email sent to <%= locals.receiver %> by Crazy Charge,</p>
  34. </td>
  35. <!-- <td align="center" style="line-height: 1.2;"> -->
  36. <!-- </td> -->
  37. </tr>
  38. <tr width="100%" cellpadding="0" cellspacing="0" style="background-color: #00252E; color: #DDDDDD; font-size: 14px; font-weight: 10; line-height: 1.2;">
  39. <td align="center" style="padding: 14px 0;">
  40. <p style="margin-bottom: 14px;">143 Wai Yip Street, Kwun Tong, Kowloon, Hong Kong</p>
  41. <p style="margin: 0;">All Rights Reserved. 2024 © Crazy Charges</p>
  42. </td>
  43. </tr>
  44. </table>
  45. </body>
  46. </html>