27 lines
1,010 B
HTML
27 lines
1,010 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Your verification code</title>
|
|
</head>
|
|
<body style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 480px; margin: 40px auto; padding: 0 24px; color: #111827;">
|
|
<h2 style="font-size: 1.5rem; font-weight: 700; margin-bottom: 8px;">Your verification code</h2>
|
|
<p style="color: #6b7280; margin-bottom: 24px;">Use this code to sign in:</p>
|
|
<div style="
|
|
font-size: 2.5rem;
|
|
font-weight: 700;
|
|
letter-spacing: 0.4em;
|
|
text-align: center;
|
|
padding: 24px;
|
|
background: #f4f4f5;
|
|
border-radius: 8px;
|
|
margin: 24px 0;
|
|
font-variant-numeric: tabular-nums;
|
|
">{{code}}</div>
|
|
<p style="color: #6b7280; font-size: 0.875rem; line-height: 1.5;">
|
|
This code expires in <strong>{{expiry_minutes}} minutes</strong>.<br>
|
|
If you didn't request this, you can safely ignore this email.
|
|
</p>
|
|
</body>
|
|
</html>
|