mirror of
https://github.com/furyhawk/agent_delta.git
synced 2026-07-21 10:15:36 +00:00
17 lines
1.3 KiB
HTML
17 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Welcome</title></head>
|
|
<body style="margin:0;padding:0;background:#f4f4f5;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif">
|
|
<table width="100%" cellpadding="0" cellspacing="0"><tr><td align="center" style="padding:40px 16px">
|
|
<table width="560" cellpadding="0" cellspacing="0" style="background:#fff;border-radius:8px;overflow:hidden">
|
|
<tr><td style="background:#0f172a;padding:32px;text-align:center"><span style="color:#fff;font-size:22px;font-weight:700">[[app_name]]</span></td></tr>
|
|
<tr><td style="padding:40px 40px 32px">
|
|
<h1 style="margin:0 0 16px;font-size:24px;color:#0f172a">Welcome, [[name]]!</h1>
|
|
<p style="margin:0 0 24px;color:#475569;line-height:1.6">Your account is ready. Click the button below to get started.</p>
|
|
<a href="[[login_url]]" style="display:inline-block;background:#0f172a;color:#fff;text-decoration:none;padding:12px 28px;border-radius:6px;font-weight:600;font-size:15px">Get Started</a>
|
|
</td></tr>
|
|
<tr><td style="padding:24px 40px;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:13px">Questions? Reply to this email — we're here to help.</td></tr>
|
|
</table>
|
|
</td></tr></table>
|
|
</body></html>
|