-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfind.html
More file actions
71 lines (66 loc) · 2.88 KB
/
find.html
File metadata and controls
71 lines (66 loc) · 2.88 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>找回密码</title>
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font Awesome -->
<link rel="stylesheet" href="plugins/font-awesome/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="dist/css/iconicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css">
<!-- iCheck -->
<link rel="stylesheet" href="plugins/iCheck/flat/blue.css">
<!-- Morris chart -->
<link rel="stylesheet" href="plugins/morris/morris.css">
<!-- jvectormap -->
<link rel="stylesheet" href="plugins/jvectormap/jquery-jvectormap-1.2.2.css">
<!-- Date Picker -->
<link rel="stylesheet" href="plugins/datepicker/datepicker3.css">
<!-- Daterange picker -->
<link rel="stylesheet" href="plugins/daterangepicker/daterangepicker-bs3.css">
<!-- bootstrap wysihtml5 - text editor -->
<link rel="stylesheet" href="plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css">
<!-- Google Font: Source Sans Pro -->
<link rel="stylesheet" href="dist/css/fonts-googleapis.css">
<link rel="stylesheet" href="dist/css/bootstrap-table.css">
<!-- <link rel="stylesheet" type="text/css" href="css/main.css"/>-->
<link rel="stylesheet" type="text/css" href="dist/css/find.css"/>
</head>
<body>
<header class="container text-center">
<h1>创建用户</h1>
</header>
<section class="container">
<div class="row">
<div class=" col-md-3"></div>
<div class="col-xs-12 col-md-6">
<form class="form-group-lg">
<span id="username">用户名<small></small></span>
<input class="form-control " type="text" id="name" placeholder="请输入用户名">
<span id="passWord">新密码<small></small></span>
<input class="form-control" type="password" id="password" placeholder="请设置新密码">
<span id="check">确认密码<small></small></span>
<input class="form-control" type="password" id="passCheck" placeholder="确认密码">
<span>文件内容</span>
<input class="form-control" type="text" id="text" value="4u3on3e5dlaiy0t9" disabled>
<input class="form-control" id="signIn" type="button" data-loading-text="请稍后..." value="提交">
<span class="signInTip red text-center"></span>
</form>
</div>
</div>
</section>
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- iCheck -->
<script src="plugins/iCheck/icheck.min.js"></script>
<script src="dist/js/pages/find.js"></script>
</body>
</html>