| 1234567891011121314151617181920212223 |
- <div class="biu-nav-email"
- 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;">
- <h3 style="margin-bottom: 40px;">
- <%= locals.title %>
- </h3>
- <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;">
- <%= locals.text %>
- </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>
|