| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Document</title>
- </head>
- <body>
- <table style="width: 650px; margin-bottom: 20px;" border="0" cellpadding="0" cellspacing="0" align="center">
- <tr style="height: 50px; background: #C2DEF2; overflow: hidden;">
- <td>
- <table style="margin-left: 20px;">
- <tr>
- <td>
- <img src="data:{{.login_logo_format}};base64,{{.login_logo}}" alt="{{.name}}" style="color: #333; height: 32px; vertical-align: middle;">
- </td>
- </tr>
- </table>
- </td>
- <td>
- <table style="float: right;">
- <tr>
- <td style="padding-left: 20px; padding-right: 20px;">
- <a href="" style="text-decoration: none; color: #20A0FF; font-size: 12px; display: none;">Product</a>
- </td>
- <td style="padding-left: 20px; padding-right: 20px;">
- <a href="" style="text-decoration: none; color: #20A0FF; font-size: 12px; display: none;">Solution</a>
- </td>
- <td style="padding-left: 20px; padding-right: 20px;">
- <a href="" style="text-decoration: none; color: #20A0FF; font-size: 12px; display: none;">Service</a>
- </td>
- <td style="padding-left: 20px; padding-right: 20px;">
- <a href="" style="text-decoration: none; color: #20A0FF; font-size: 12px; display: none;">Help and Documentation</a>
- </td>
- <td style="padding-left: 20px; padding-right: 20px;">
- <a href="" style="text-decoration: none; color: #20A0FF; font-size: 12px; display: none;">About</a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td style="width: 100%;" colspan="2">
- <table style="padding: 20px 10px; width: 100%;">
- <tr>
- <td style="padding-bottom: 13px;">
- Dear {{.receiver_name}}:
- </td>
- </tr>
- <tr>
- <td style="padding-bottom: 13px;">You are verifying your email, please enter the following code on the email verification page:</td>
- </tr>
- <tr>
- <td style="padding-bottom: 10px; font-size: large">{{.code}}</td>
- </tr>
- </table>
- </td>
- </tr>
- <tr style="width: 96%;">
- <td colspan="2" style="border-top: 1px dashed #ccc; color: #333; font-size: 12px; padding-bottom: 10px; font-weight: 100; padding-left: 10px;">If you are not operating by yourself, please log in to the platform in time and change your password to ensure the security of your account.</td>
- </tr>
- <tr>
- <td colspan="2" style="background: #C2DEF2; text-align: right; padding-right: 20px; font-size: 12px; color: #333; height: 50px;">Copyrights © {{.copyright}}. All rights reserved.</td>
- </tr>
- </table>
- </body>
- </html>
|