-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathauthentication-lock-screen.html
More file actions
52 lines (47 loc) · 1.94 KB
/
Copy pathauthentication-lock-screen.html
File metadata and controls
52 lines (47 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from codervent.com/syndash/demo/vertical/authentication-lock-screen.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 29 Oct 2024 16:12:22 GMT -->
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Syndash - Bootstrap4 Admin Template</title>
<!--favicon-->
<link rel="icon" href="assets/images/favicon-32x32.png" type="image/png" />
<!-- loader-->
<link href="assets/css/pace.min.css" rel="stylesheet" />
<script src="assets/js/pace.min.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Roboto&display=swap" />
<!-- Icons CSS -->
<link rel="stylesheet" href="assets/css/icons.css" />
<!-- App CSS -->
<link rel="stylesheet" href="assets/css/app.css" />
</head>
<body class="bg-lock-screen">
<!-- wrapper -->
<div class="wrapper">
<div class="authentication-lock-screen d-flex align-items-center justify-content-center">
<div class="card shadow-none bg-transparent">
<div class="card-body p-md-5 text-center">
<h2 class="text-white">10:53 AM</h2>
<h5 class="text-white">Tuesday, November 29, 2016</h5>
<div class="">
<img src="assets/images/icons/user.png" class="mt-5" width="120" alt="" />
</div>
<p class="mt-2 text-white">Administrator</p>
<div class="mb-3 mt-3">
<input type="password" class="form-control" placeholder="Password" />
</div>
<div class="d-grid">
<button type="button" class="btn btn-light">Login</button>
</div>
</div>
</div>
</div>
</div>
<!-- end wrapper -->
</body>
<!-- Mirrored from codervent.com/syndash/demo/vertical/authentication-lock-screen.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 29 Oct 2024 16:12:22 GMT -->
</html>