template-monorepo/internal/model/notification/template/html/account_suspended.zh-tw.html

29 lines
1.2 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>帳號狀態通知</title>
</head>
<body style="margin:0;padding:0;background-color:#f4f6f8;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="background-color:#f4f6f8;padding:32px 16px;">
<tr>
<td align="center">
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" style="max-width:560px;background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(15,23,42,0.08);">
<tr>
<td style="background:#64748b;padding:28px 32px;">
<h1 style="margin:0;font-size:20px;font-weight:600;color:#ffffff;">帳號已停權</h1>
</td>
</tr>
<tr>
<td style="padding:32px;">
<p style="margin:0;font-size:15px;line-height:1.6;color:#334155;">您的 CloudEP 帳號已被停權,暫時無法登入或使用服務。如有疑問,請聯絡租戶管理員。</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>