test.ejs 1.0 KB

1234567891011121314151617181920212223
  1. <div class="biu-nav-email"
  2. style="max-width: 600px;min-width: 300px;margin: 40px auto;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);font-size: 16px;padding: 20px;background-image: linear-gradient(to right, #9646de 0%, #cb03e4 100%);border-radius: 5px;color: #fff;">
  3. <h3 style="margin-bottom: 40px;">
  4. <%= locals.title %>
  5. </h3>
  6. <p style="padding-left: 20px;">
  7. Are you watch my work? Ok, this your input:
  8. </p>
  9. <p style="color: #dde2e2;padding-left: 14px;">
  10. <strong style="color: #3acbff;font-size: 24px;">
  11. <%= locals.text %>
  12. </strong>
  13. <span>(If the text same as your input, then i am health)</span>
  14. </p>
  15. <p style="padding-left: 20px; color: red;">
  16. <span>I should be red in here, because your template style is that</span>
  17. </p>
  18. <p>
  19. <span>Click the line to view my source code</span>
  20. <a href="https://www.biunav.com" style="color:#fff" target="_blank"
  21. rel="noopener noreferrer">https://github.com/MGT-Limited/factory-email/issues/1</a></p>
  22. </div>