111 lines
3.0 KiB
HTML
111 lines
3.0 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: #333;
|
||
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;
|
||
}
|
||
.invite-code {
|
||
background-color: #f5f5f5;
|
||
border: 2px dashed #cccccc;
|
||
border-radius: 6px;
|
||
padding: 20px;
|
||
text-align: center;
|
||
margin: 20px 0;
|
||
}
|
||
.invite-code .code {
|
||
font-size: 24px;
|
||
font-weight: bold;
|
||
color: #000000;
|
||
letter-spacing: 2px;
|
||
margin: 10px 0;
|
||
}
|
||
.invite-code .expiry {
|
||
font-size: 14px;
|
||
color: #666666;
|
||
margin-top: 10px;
|
||
}
|
||
.button {
|
||
display: inline-block;
|
||
padding: 12px 30px;
|
||
background-color: #333333;
|
||
color: #ffffff;
|
||
text-decoration: none;
|
||
border-radius: 5px;
|
||
margin: 20px 0;
|
||
}
|
||
.footer {
|
||
text-align: center;
|
||
font-size: 12px;
|
||
color: #999999;
|
||
margin-top: 30px;
|
||
}
|
||
.notice {
|
||
background-color: #f5f5f5;
|
||
border-left: 4px solid #666666;
|
||
padding: 10px 15px;
|
||
margin-top: 20px;
|
||
font-size: 14px;
|
||
color: #333333;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<div class="header">
|
||
<h1>主题: GoalfyAI 邀请码已发放</h1>
|
||
</div>
|
||
|
||
<div class="content">
|
||
<p>您好,</p>
|
||
|
||
<p>您的 GoalfyAI 账户申请已通过,邀请码如下:</p>
|
||
|
||
<div class="invite-code">
|
||
<div class="code">62d0f5c6</div>
|
||
<div class="expiry">有效期:2025-11-07 01:32:37</div>
|
||
</div>
|
||
|
||
<p>立即注册:</p>
|
||
<p><a href="https://passport.goalfy.ai/invite/62d0f5c6" class="button">前往注册</a></p>
|
||
|
||
<div class="notice">
|
||
<strong>注意:</strong>邀请码仅限使用一次,请在有效期内完成注册。
|
||
</div>
|
||
</div>
|
||
|
||
<div class="footer">
|
||
<p>GoalfyAI 团队</p>
|
||
<p>如有疑问,请联系:goalfymax@goalfyai.com</p>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html> |