-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForget.html
More file actions
35 lines (33 loc) · 1.07 KB
/
Forget.html
File metadata and controls
35 lines (33 loc) · 1.07 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
<!DOCTYPE HTML>
<html>
<head>
<title>找回密码</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>
</header>
<section id="banner">
<div class="inner">
<header>
<h2>未央|Ordin</h2>
</header>
<form class="signup" action="ForgetSuccess.jsp" method="post">
<p><input placeholder="昵称*:" name="username" type="text"></p>
<p><input placeholder="注册邮箱*:" name="email" type="text"></p>
<footer>
<ul class="buttons vertical">
<li><input name="submit" type="submit" value="找回密码|Find" class="button fit scrolly"/></li>
</ul>
</footer>
</form>
</div>
</section>
</body>
</html>