52 lines
1.3 KiB
HTML
52 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>注册成功</title>
|
|
<link rel="shortcut icon" href="../../favicon.ico" />
|
|
<!-- 新 Bootstrap 核心 CSS 文件 -->
|
|
<link href="../bootstrap.css" rel="stylesheet">
|
|
<link href="../bootstrap-theme.css" rel="stylesheet">
|
|
<style type="text/css">
|
|
body {
|
|
background: #02bac6 url("../images/lock-bg.jpg");
|
|
background-size: cover;
|
|
background-repeat: repeat;
|
|
}
|
|
|
|
.container {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
h2 {
|
|
margin: 15px auto;
|
|
color: green;
|
|
}
|
|
|
|
div a {
|
|
display: block;
|
|
margin-top: 15px;
|
|
color: green;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container" align="center">
|
|
<h2>注册成功</h2>
|
|
<div>
|
|
<div>
|
|
你需要等待管理员的审核
|
|
</div>
|
|
<div>
|
|
才能开启账号,请耐心等待
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<a href="../../Home/Login">返回登陆页</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |