finishCharge.ejs 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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>Crazy Charge - 充電完成</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; ">充電已完成!
  21. </p>
  22. <p style="color: #ffffff;font-size: 14px;text-align: center; font-weight: normal; margin-bottom: 10px; ">您的設備現在處於待機模式。請在15分鐘內拔掉充電槍。</p>
  23. <p style="color: #ffffff;font-size: 14px;text-align: center; font-weight: normal; margin-bottom: 40px; ">否則,將收取每分鐘3元的罰款。</p>
  24. <p style="color: #ffffff;text-align: center;font-size: 36px; font-weight: bold; margin-bottom: 40px;text-align: center;"></p>
  25. </td>
  26. </tr>
  27. </table>
  28. </td>
  29. </tr>
  30. <tr width="100%" cellpadding="0" cellspacing="0" >
  31. <td align="center" style="height: 104px; width: 387px; margin: 40px 0; color: #DDDDDD; font-size: 14px; font-weight: 10;">
  32. <img src="https://api.crazycharge.com.hk/static/facebook_logo.png" alt="facebook_logo">
  33. <img src="https://api.crazycharge.com.hk/static/ig_logo.png" alt="ig_logo" style="margin-left: 14px;">
  34. <img src="https://api.crazycharge.com.hk/static/website_logo.png" alt="website_logo" style="margin-left: 14px;">
  35. <p style="margin-bottom: 3px; text-align: center;">Email sent to <%= locals.receiver %> by Crazy Charge,</p>
  36. </td>
  37. <!-- <td align="center" style="line-height: 1.2;"> -->
  38. <!-- </td> -->
  39. </tr>
  40. <tr width="100%" cellpadding="0" cellspacing="0" style="background-color: #00252E; color: #DDDDDD; font-size: 14px; font-weight: 10; line-height: 1.2;">
  41. <td align="center" style="padding: 14px 0;">
  42. <p style="margin-bottom: 14px;">143 Wai Yip Street, Kwun Tong, Kowloon, Hong Kong</p>
  43. <p style="margin: 0;">All Rights Reserved. 2024 © Crazy Charges</p>
  44. </td>
  45. </tr>
  46. </table>
  47. </body>
  48. </html>