This commit is contained in:
eson 2023-08-29 16:37:12 +08:00
parent 1ddbc4867a
commit a89a4ba5d5

View File

@ -148,16 +148,37 @@ func (l *UserEmailConfirmationLogic) AfterLogic(w http.ResponseWriter, r *http.R
<html>
<head>
<title>注册成功</title>
<style>
body {
font-family: sans-serif;
font-size: 16px;
}
h1 {
font-size: 24px;
color: red;
}
@media screen and (max-width: 480px) {
body {
font-size: 14px;
}
h1 {
font-size: 18px;
}
}
</style>
</head>
<body>
<h1>恭喜!您的注册成功</h1>
<h1>恭喜!您的注册成功</h1>
<p>感谢您在我们网站进行注册您的账号已经激活</p>
<p>您现在可以使用您的邮箱地址和密码登录我们的网站,享受完整的服务和功能</p>
<p>再次感谢您的信任和支持如果您有任何问题,请随时联系我们</p>
<p>祝您使用愉快!</p>
</body>
</html>`