-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpage-password.html
73 lines (73 loc) · 3.76 KB
/
page-password.html
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
72
73
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keyword" content="">
<meta name="author" content=""/>
<!-- Page Title -->
<title>Password | Adminify - Multipurpose Admin Dashboard Template</title>
<!-- Main CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
<link href="assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<link href="assets/plugins/ionicons/css/ionicons.css" rel="stylesheet">
<link href="assets/css/skin-turquoise.css" rel="stylesheet" id="style-colors">
<link href="assets/css/app.min.css" rel="stylesheet"/>
<link href="assets/css/style.css" rel="stylesheet"/>
<!-- Favicon -->
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn"t work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="card-img-2">
<!--================================-->
<!-- User Password Reset Start -->
<!--================================-->
<div class="mg-y-120">
<div class="card mx-auto wd-300 text-center pd-25 shadow-3">
<div class="text-center">
<img src="assets/images/avatar/avatar.png" class="rounded-circle img-fluid wd-60" alt="">
</div>
<div class="clearfix">
<form>
<p class="tx-center">Please reset your password.</p>
<div class="form-group input-group">
<div class="input-group-prepend">
<div class="input-group-text text-muted"><i class="fa fa-lock"></i></div>
</div>
<input type="password" class="form-control form-control-sm pwd" placeholder="New Password" required>
</div>
<div class="form-group input-group">
<div class="input-group-prepend">
<div class="input-group-text text-muted"><i class="fa fa-lock"></i></div>
</div>
<input type="password" class="form-control form-control-sm pwd" placeholder="Password Again" required>
</div>
<div class="form-group input-group">
<input type="submit" value="Reset Password" class="form-control form-control-sm btn btn-info w-100 tx-13">
</div>
</form>
</div>
</div>
</div>
<!--/ User Password Reset End -->
<!--================================-->
<!-- Footer Script -->
<!--================================-->
<script src="assets/plugins/jquery/jquery.min.js"></script>
<script src="assets/plugins/jquery-ui/jquery-ui.js"></script>
<script src="assets/plugins/popper/popper.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/pace/pace.min.js"></script>
<script src="assets/js/jquery.slimscroll.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>