42 lines
2.1 KiB
HTML
42 lines
2.1 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
|
<title>Registration verification</title>
|
||
|
|
</head>
|
||
|
|
<body style="margin:0;padding:0;background-color:#f4f6f8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;">
|
||
|
|
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="background-color:#f4f6f8;padding:32px 16px;">
|
||
|
|
<tr>
|
||
|
|
<td align="center">
|
||
|
|
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="max-width:560px;background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(15,23,42,0.08);">
|
||
|
|
<tr>
|
||
|
|
<td style="background:linear-gradient(135deg,#059669 0%,#047857 100%);padding:28px 32px;">
|
||
|
|
<p style="margin:0;font-size:13px;letter-spacing:0.06em;text-transform:uppercase;color:rgba(255,255,255,0.85);">CloudEP</p>
|
||
|
|
<h1 style="margin:8px 0 0;font-size:22px;font-weight:600;color:#ffffff;">Welcome</h1>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td style="padding:32px;">
|
||
|
|
<p style="margin:0 0 24px;font-size:15px;line-height:1.6;color:#334155;">Thanks for signing up. Your verification code expires in <strong>{{.expires_in}}</strong> seconds.</p>
|
||
|
|
<table role="presentation" width="100%" cellspacing="0" cellpadding="0">
|
||
|
|
<tr>
|
||
|
|
<td align="center" style="background:#f0fdf4;border:1px dashed #86efac;border-radius:8px;padding:20px;">
|
||
|
|
<span style="font-size:32px;font-weight:700;letter-spacing:0.35em;color:#14532d;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;">{{.code}}</span>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td style="padding:20px 32px;background:#f8fafc;border-top:1px solid #e2e8f0;">
|
||
|
|
<p style="margin:0;font-size:12px;color:#94a3b8;text-align:center;">© CloudEP</p>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</body>
|
||
|
|
</html>
|