63 lines
1.5 KiB
HTML
63 lines
1.5 KiB
HTML
<!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> |