-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlockscreen.html
77 lines (74 loc) · 3.58 KB
/
lockscreen.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
74
75
76
77
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js sidebar-large lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js sidebar-large lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js sidebar-large lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js sidebar-large"> <!--<![endif]-->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<!-- BEGIN META SECTION -->
<meta charset="utf-8">
<title>EvalMetrics - Admin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="" name="description" />
<meta content="themes-lab" name="author" />
<!-- END META SECTION -->
<!-- BEGIN MANDATORY STYLE -->
<link href="assets/css/icons/icons.min.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/plugins.min.css" rel="stylesheet">
<link href="assets/css/style.min.css" rel="stylesheet">
<!-- END MANDATORY STYLE -->
<!-- BEGIN PAGE LEVEL STYLE -->
<link href="assets/css/animate-custom.css" rel="stylesheet">
<!-- END PAGE LEVEL STYLE -->
<script src="assets/plugins/modernizr/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="login lockscreen fade-in" data-page="lockscreen">
<!-- BEGIN LOCKSCREEN BOX -->
<div class="container" id="login-block">
<div class="row">
<div class="col-sm-6 col-md-4 col-sm-offset-3 col-md-offset-4">
<div class="login-box clearfix animated flipInY">
<div class="page-icon animated bounceInDown">
<img src="assets/img/avatars/avatar12_big.png" alt="avatar 12" />
</div>
<div>
<i class="glyph-icon flaticon-padlock23"></i>
</div>
<h3>John Doe</h3>
<hr />
<div class="login-form">
<!-- BEGIN ERROR BOX -->
<div class="alert alert-danger hide">
<button type="button" class="close" data-dismiss="alert">×</button>
<h4>Error!</h4>
Wrong password. Please try again.
</div>
<!-- END ERROR BOX -->
<form action="#" method="get">
<div class="col-md-12 form-input">
<input type="password" class="input-field form-control width-100p password" placeholder="Password" required/>
</div>
<button type="submit" class="btn btn-login btn-reset">Unlock</button>
</form>
<div class="login-links">
<a href="login.html">Sign in using another account</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END LOCKSCREEN BOX -->
<!-- BEGIN MANDATORY SCRIPTS -->
<script src="assets/plugins/jquery-1.11.js"></script>
<script src="assets/plugins/jquery-migrate-1.2.1.js"></script>
<script src="assets/plugins/jquery-ui/jquery-ui-1.10.4.min.js"></script>
<script src="assets/plugins/bootstrap/bootstrap.min.js"></script>
<!-- END MANDATORY SCRIPTS -->
<!-- BEGIN PAGE LEVEL SCRIPTS -->
<script src="assets/plugins/backstretch/backstretch.min.js"></script>
<script src="assets/js/account.js"></script>
<!-- END PAGE LEVEL SCRIPTS -->
</body>
</html>