Files
derez.ai/password-reset.html

127 lines
7.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Reset Your Password — derez.ai</title>
</head>
<body style="margin:0;padding:0;background-color:#000810;font-family:'Courier New',Courier,monospace;font-size:14px;color:#c8f0ff;line-height:1.6;-webkit-font-smoothing:antialiased;">
<!-- ── Outer table: full bg ────────────────────────────── -->
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background-color:#000810;min-width:100%;">
<tr>
<td align="center" style="padding:40px 16px;">
<!-- ── Inner card ──────────────────────────────── -->
<table role="presentation" width="480" cellpadding="0" cellspacing="0" style="max-width:480px;width:100%;background-color:#010f20;border:1px solid rgba(0,245,255,0.25);border-radius:18px;box-shadow:0 0 0 1px rgba(0,245,255,0.25),0 0 60px rgba(0,245,255,0.08),0 28px 72px rgba(0,0,0,0.9);">
<!-- Logo header -->
<tr>
<td align="center" style="padding:36px 32px 0;">
<table role="presentation" cellpadding="0" cellspacing="0">
<tr>
<td align="center" style="width:44px;height:44px;border-radius:10px;background-color:#002535;border:1px solid rgba(0,245,255,0.3);">
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="#00f5ff" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="8" width="18" height="13" rx="2"/>
<path d="M9 12h.01M15 12h.01"/>
<path d="M9 16h6"/>
<path d="M12 8V5"/>
<circle cx="12" cy="4" r="1.2" fill="#00f5ff" stroke="none"/>
</svg>
</td>
</tr>
</table>
<p style="font-size:15px;font-weight:700;color:#00f5ff;letter-spacing:1.5px;margin:14px 0 4px;">derez.ai</p>
<p style="font-size:11px;color:#2e6a80;font-weight:500;margin:0 0 24px;letter-spacing:0.6px;text-transform:uppercase;">Password Reset</p>
</td>
</tr>
<!-- Divider -->
<tr>
<td style="padding:0 32px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0">
<tr><td style="border-bottom:1px solid #0a3060;height:1px;line-height:1px;">&nbsp;</td></tr>
</table>
</td>
</tr>
<!-- Body content -->
<tr>
<td style="padding:28px 32px;">
<p style="margin:0 0 16px;">Hi there,</p>
<p style="margin:0 0 16px;color:#c8f0ff;">
We received a request to reset the password for your derez.ai account.
Click the button below to choose a new one.
</p>
<p style="margin:0 0 6px;font-size:12px;color:#ffaa00;font-weight:600;">
⚠ This link expires in 110 Minutes.
</p>
<p style="margin:0 0 28px;font-size:12px;color:#2e6a80;">
If you didn't request this reset, you can safely ignore this email.
No changes have been made to your account.
</p>
<!-- Button -->
<table role="presentation" cellpadding="0" cellspacing="0" style="margin:0 auto;">
<tr>
<td align="center" style="background:transparent;border:1px solid #00f5ff;border-radius:8px;box-shadow:0 0 8px rgba(0,245,255,0.35),inset 0 0 8px rgba(0,245,255,0.04);">
<a href="https://app.derez.ai/password.html?token={{token}}"
target="_blank"
style="display:inline-block;padding:12px 32px;font-family:'Courier New',Courier,monospace;font-size:14px;font-weight:600;color:#fff;text-decoration:none;letter-spacing:0.02em;">
Reset Password
</a>
</td>
</tr>
</table>
<!-- Fallback link -->
<p style="margin:32px 0 0;font-size:11px;color:#2e6a80;text-align:center;word-break:break-all;">
If the button doesn't work, copy and paste this URL into your browser:
</p>
<p style="margin:6px 0 0;font-size:11px;color:#2e6a80;text-align:center;word-break:break-all;">
<a href="https://app.derez.ai/password.html?token={{token}}" style="color:#00f5ff;text-decoration:underline;">https://app.derez.ai/password.html?token={{token}}</a>
</p>
</td>
</tr>
<!-- Divider -->
<tr>
<td style="padding:0 32px;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0">
<tr><td style="border-bottom:1px solid #0a3060;height:1px;line-height:1px;">&nbsp;</td></tr>
</table>
</td>
</tr>
<!-- Footer -->
<tr>
<td style="padding:20px 32px 28px;">
<p style="margin:0 0 4px;font-size:11px;color:#2e6a80;text-align:center;">
&copy; 2026 derez.ai &mdash; AI Agent Hosting by ODOO4projects LLC
</p>
<p style="margin:0;font-size:10px;color:#2e6a80;text-align:center;">
If you didn't request this email, no action is needed &mdash; your account is secure.
</p>
</td>
</tr>
</table>
<!-- ── Bottom note ──────────────────────────────── -->
<table role="presentation" width="480" cellpadding="0" cellspacing="0" style="max-width:480px;width:100%;">
<tr>
<td style="padding:16px 0 0;font-size:10px;color:#1a5580;text-align:center;">
This is an automated message from derez.ai. Do not reply to this email.
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>