fmhsong/user_center/template/regMailCheck/success_zh_CN.html
2022-05-20 19:21:39 +08:00

43 lines
1013 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="https://resource.ghink.net/public/img/logo/ghink.png" type="image/png">
<link rel="shortcut icon" href='https://resource.ghink.net/public/img/logo/ghink.png' type="image/png">
<title>注册极科网络通行证</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<center>
<h1>极科网络通行证</h1>
<h3>注册邮件验证</h3>
<ul>
<p>您的注册申请已经成功</p>
<p>您现在可以登录您的帐号了</p>
<p>版权所有 &copy; 极科网络工作室</p>
</ul>
</center>
</div>
</body>
</html>