mirror of
https://github.com/furyhawk/agent_delta.git
synced 2026-07-21 02:05:36 +00:00
16 lines
1.1 KiB
HTML
16 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Newsletter 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">You're subscribed!</h1>
|
|
<p style="margin:0 0 24px;color:#475569;line-height:1.6">Thanks for subscribing to [[app_name]] updates. We'll keep you in the loop with product news, tips, and announcements.</p>
|
|
</td></tr>
|
|
<tr><td style="padding:24px 40px;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:13px">[[app_name]] — newsletter</td></tr>
|
|
</table>
|
|
</td></tr></table>
|
|
</body></html>
|