-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages-lock-screen.html
72 lines (56 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lock screen | Velonic - Responsive Bootstrap 4 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Responsive bootstrap 4 admin template" name="description">
<meta content="Coderthemes" 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" id="bootstrap-stylesheet">
<link href="assets\css\icons.min.css" rel="stylesheet" type="text/css">
<link href="assets\css\app.min.css" rel="stylesheet" type="text/css" id="app-stylesheet">
</head>
<body class="authentication-page">
<div class="account-pages my-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-6 col-xl-5">
<div class="card mt-4">
<div class="card-header text-center p-4 bg-primary">
<h4 class="text-white mb-0 mt-0">Velonic</h4>
</div>
<div class="card-body">
<form action="#" class="p-2">
<div class="user-thumb text-center mb-4">
<img src="assets\images\users\avatar-2.jpg" class="img-fluid rounded-circle avatar-lg" alt="thumbnail">
</div>
<div class="form-group text-center mb-0">
<h5>John Deo</h5>
<p>Enter your password to access the admin.</p>
<div class="input-group">
<input type="password" class="form-control" placeholder="Enter Email">
<span class="input-group-append"> <button type="submit" class="btn btn-primary">Reset</button> </span>
</div>
</div>
</form>
</div>
<!-- end card-body -->
</div>
<!-- end card -->
<!-- end row -->
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
</div>
<!-- Vendor js -->
<script src="assets\js\vendor.min.js"></script>
<!-- App js -->
<script src="assets\js\app.min.js"></script>
</body>
</html>