This commit is contained in:
2026-02-04 23:31:53 +01:00
commit cd59ccd99b
2401 changed files with 56808 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
{{email_header}}
<p>{{greeting}}</p>
<p>You requested a password reset code.</p>
<p style="font-size: 20px; font-weight: bold; letter-spacing: 2px;">{{code}}</p>
<p>This code is valid for {{expires_minutes}} minutes.</p>
<p>You can enter the code here:</p>
<p><a href="{{verify_url}}">{{verify_url}}</a></p>
<p>If you did not request this, you can ignore this email.</p>
<p>Best regards<br>{{app_name}}</p>
{{email_footer}}
</body>
</html>