Files
goalfylearning-admin/docs/email_preview_rejection.html

63 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
line-height: 1.6;
color: #333333;
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
}
.container {
background-color: #f5f5f5;
border-radius: 8px;
padding: 30px;
}
.header {
text-align: center;
margin-bottom: 30px;
}
.header h1 {
color: #000000;
font-size: 24px;
margin: 0;
font-weight: 600;
}
.content {
background-color: #ffffff;
border-radius: 6px;
padding: 25px;
margin-bottom: 20px;
}
.footer {
text-align: center;
font-size: 12px;
color: #999999;
margin-top: 30px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>主题: 关于您的 GoalfyAI 申请</h1>
</div>
<div class="content">
<p>您好,</p>
<p>您的账户申请暂未通过审核。</p>
<p>如有疑问请联系goalfymax@goalfyai.com</p>
</div>
<div class="footer">
<p>GoalfyAI 团队</p>
</div>
</div>
</body>
</html>