-
Notifications
You must be signed in to change notification settings - Fork 0
/
pages-lock-screen.html
86 lines (71 loc) · 4.13 KB
/
pages-lock-screen.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
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Heyqo - Admin & Dashboard Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
<meta content="MyraStudio" name="author" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- App css -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/theme.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="d-flex align-items-center min-vh-100">
<div class="w-100 d-block bg-white shadow-lg rounded my-5">
<div class="row">
<div class="col-lg-5 d-none d-lg-block bg-register rounded-left"></div>
<div class="col-lg-7">
<div class="p-5">
<div class="text-center mb-5">
<a href="index.html" class="text-dark font-size-22 font-family-secondary">
<i class="mdi mdi-alpha-h-circle"></i> <b>HEYQO</b>
</a>
</div>
<div class="text-center">
<img src="assets/images/users/avatar-1.jpg" alt="Generic placeholder image" class="avatar-md rounded-circle img-thumbnail">
<h1 class="h5 mb-1 mt-2">Henry John</h1>
<p class="text-muted mb-4">Enter your password to access the admin.</p>
</div>
<form>
<div class="form-group">
<label for="enterpass">Password</label>
<input type="password" class="form-control form-control-user" id="enterpass" placeholder="Enter password">
</div>
<a href="" class="btn btn-success btn-block waves-effect waves-light"> Log In </a>
</form>
<div class="row mt-5">
<div class="col-12 text-center">
<p class="text-muted">Not you? return <a href="pages-login.html" class="text-muted font-weight-medium ml-1"><b>Sign In</b></a></p>
</div> <!-- end col -->
</div>
<!-- end row -->
</div> <!-- end .padding-5 -->
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end .w-100 -->
</div> <!-- end .d-flex -->
</div> <!-- end col-->
</div> <!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end page -->
<!-- jQuery -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/metismenu.min.js"></script>
<script src="assets/js/waves.js"></script>
<script src="assets/js/simplebar.min.js"></script>
<!-- App js -->
<script src="assets/js/theme.js"></script>
</body>
</html>