-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForgetSuccess.html
More file actions
38 lines (36 loc) · 1.05 KB
/
ForgetSuccess.html
File metadata and controls
38 lines (36 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE HTML>
<html>
<head>
<title>未央|Ordin</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="css/cover_style.css" rel="stylesheet" type="text/css" media="print" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
</head>
<body class="index loading">
<!-- Header -->
<header id="header" class="alt">
<h1 id="logo"><a href="welcome.html">未央 | Ordin</a></h1>
<nav id="nav">
<ul>
<li><a href="Sign_up.html" class="button special">注册</a></li>
</ul>
</nav>
</header>
<section id="banner">
<div class="inner">
<header>
<h2>未央|Ordin</h2>
</header>
<p>我们已经向注册邮箱发送邮件</p>
<p>请前往验收修改密码</p>
<footer>
<ul class="buttons vertical">
<li><a href="Login.html" class="button fit scrolly">登陆 | Login</a></li>
</ul>
</footer>
</div>
</section>
</body>
</html>