forked from yinshipeng/bootstrap-template-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlock-screen.html
40 lines (36 loc) · 1.42 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<title>Preclinic - Medical & Hospital - Bootstrap 4 Admin Template</title>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.min.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="main-wrapper error-wrapper">
<div class="error-box">
<form action="index.html">
<div class="lock-user">
<img class="rounded-circle" src="assets/img/user.jpg" alt="">
<h6>John Doe</h6>
</div>
<div class="form-group">
<input class="form-control" placeholder="Enter Password" type="password">
</div>
<div class="text-center">
<a href="login.html">Sign in as a different user?</a>
</div>
</form>
</div>
</div>
<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>