11 lines
569 B
HTML
11 lines
569 B
HTML
<!doctype html>
|
|
<html>
|
|
<head><meta charset="utf-8"></head>
|
|
<body style="font-family:Arial,Helvetica,sans-serif;line-height:1.4">
|
|
<h2 style="margin:0 0 12px 0">MikroMon — password reset</h2>
|
|
<p>We received a request to reset your password.</p>
|
|
<p><a href="{{ reset_url }}" style="display:inline-block;padding:10px 14px;background:#0d6efd;color:#fff;text-decoration:none;border-radius:6px">Set a new password</a></p>
|
|
<p style="color:#666;font-size:12px">This link expires in {{ ttl_minutes }} minutes. If this wasn't you, ignore this email.</p>
|
|
</body>
|
|
</html>
|