23 lines
1013 B
Handlebars
23 lines
1013 B
Handlebars
<html dir="rtl" lang="fa">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>لغو آزمون</title>
|
|
</head>
|
|
<body
|
|
style="font-family: 'IRANSans', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; text-align: center;"
|
|
>
|
|
<div style="text-align: center; margin-bottom: 30px;">
|
|
<h1>لغو آزمون</h1>
|
|
</div>
|
|
<div style="background-color: #f9f9f9; padding: 20px; border-radius: 5px;">
|
|
<p>سلام،</p>
|
|
<p>آزمون زیر با موفقیت لغو شد:</p>
|
|
<div style="font-size: 20px; color: #2c3e50; text-align: center; margin: 20px 0;">{{examTitle}}</div>
|
|
<p>با تشکر</p>
|
|
</div>
|
|
<div style="text-align: center; margin-top: 30px; font-size: 12px; color: #666;">
|
|
<p>این ایمیل به صورت خودکار ارسال شده است. لطفاً به آن پاسخ ندهید.</p>
|
|
</div>
|
|
</body>
|
|
</html> |