99 lines
4.7 KiB
HTML
99 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Dewemoji Password Reset</title>
|
|
</head>
|
|
<body style="margin:0; padding:0; background:#f5f7fb;">
|
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background:#f5f7fb; padding:32px 16px;">
|
|
<tr>
|
|
<td align="center">
|
|
<table role="presentation" width="600" cellpadding="0" cellspacing="0" style="width:600px; max-width:100%;">
|
|
<tr>
|
|
<td style="padding:0 0 16px;">
|
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td>
|
|
<table role="presentation" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td style="width:40px; height:40px; border-radius:12px; background:#ffffff; text-align:center; border:1px solid #e2e8f0; box-shadow:0 6px 20px rgba(15,23,42,0.08);">
|
|
<span style="display:inline-block; font-size:20px; line-height:40px;">D</span>
|
|
</td>
|
|
<td style="padding-left:12px; font-family:Arial, sans-serif; color:#0f172a; font-size:18px; font-weight:700;">
|
|
Dewemoji
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
<td align="right" style="font-family:Arial, sans-serif; color:#6b7280; font-size:12px;">
|
|
Password reset
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background:#ffffff; border-radius:18px; padding:24px; border:1px solid #e6ebf5; box-shadow:0 16px 40px rgba(15,23,42,0.08);">
|
|
<tr>
|
|
<td style="padding-bottom:14px;">
|
|
<table role="presentation" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td style="width:34px; height:34px; border-radius:10px; background:#e2e8f0; text-align:center;">
|
|
<span style="display:inline-block; font-size:18px; line-height:34px;">🔒</span>
|
|
</td>
|
|
<td style="padding-left:10px; font-family:Arial, sans-serif; color:#0f172a; font-size:22px; font-weight:700;">
|
|
Reset your password
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="font-family:Arial, sans-serif; color:#475569; font-size:14px; line-height:1.7; padding-bottom:20px;">
|
|
We received a request to reset your Dewemoji password. Click the button below to choose a new one.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" style="padding-bottom:18px;">
|
|
<a href="{{ reset_url }}" style="display:inline-block; padding:12px 20px; background:#111827; color:#ffffff; text-decoration:none; border-radius:999px; font-family:Arial, sans-serif; font-size:14px; font-weight:700;">
|
|
Reset Password
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="font-family:Arial, sans-serif; color:#64748b; font-size:12px; line-height:1.6;">
|
|
If the button does not work, paste this link into your browser:
|
|
<br />
|
|
<span style="color:#2563eb;">{{ reset_url }}</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td style="padding-top:16px;">
|
|
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background:#ffffff; border-radius:14px; padding:14px 16px; border:1px dashed #e2e8f0;">
|
|
<tr>
|
|
<td style="font-family:Arial, sans-serif; color:#64748b; font-size:12px; line-height:1.6;">
|
|
This link will expire in 60 minutes. If you did not request a password reset, you can safely ignore this email.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td style="font-family:Arial, sans-serif; color:#94a3b8; font-size:11px; padding-top:8px;">
|
|
Dewemoji • Emoji discovery and keywords for creators
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|