-
Notifications
You must be signed in to change notification settings - Fork 1
/
page-lock.html
executable file
·115 lines (86 loc) · 3.59 KB
/
page-lock.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!--
Name: Con - Admin Dashboard with Material Design
Version: 2.0.2
Author: nK
Website: http://nkdev.info
Support: http://nk.ticksy.com
Purchase: http://themeforest.net/item/con-material-admin-dashboard-template/10621512?ref=nKdev
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
Copyright 2015.
-->
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html>
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Con - Admin Dashboard with Material Design</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="assets/_con/images/icon.png">
<!-- nanoScroller -->
<link rel="stylesheet" type="text/css" href="assets/nanoScroller/nanoscroller.css" />
<!-- FontAwesome -->
<link rel="stylesheet" type="text/css" href="assets/font-awesome/css/font-awesome.min.css" />
<!-- Material Design Icons -->
<link rel="stylesheet" type="text/css" href="assets/material-design-icons/css/material-design-icons.min.css" />
<!-- IonIcons -->
<link rel="stylesheet" type="text/css" href="assets/ionicons/css/ionicons.min.css" />
<!-- WeatherIcons -->
<link rel="stylesheet" type="text/css" href="assets/weatherIcons/css/weather-icons.min.css" />
<!-- Main -->
<link rel="stylesheet" type="text/css" href="assets/_con/css/_con.min.css" />
<!--[if lt IE 9]>
<script src="assets/html5shiv/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<section id="lock">
<!-- Background Bubbles -->
<canvas id="bubble-canvas"></canvas>
<!-- /Background Bubbles -->
<!-- Lock Form -->
<form action="dashboard.html">
<div class="logo">
<img src="assets/_con/images/logo-white.png" alt="">
</div>
<div class="card-panel">
<div class="row">
<div class="col m4 s12">
<img src="assets/_con/images/user.jpg" alt="">
</div>
<div class="col m8 s12">
<h4>John Doe</h4>
<div class="input-field">
<i class="fa fa-unlock-alt prefix"></i>
<input id="input_password" type="password">
<label for="input_password">Password</label>
</div>
<button class="waves-effect waves-light btn-large z-depth-0 z-depth-1-hover">Unlock</button>
</div>
</div>
</div>
</form>
<!-- /Lock Form -->
</section>
<!-- DEMO [REMOVE IT ON PRODUCTION] -->
<script type="text/javascript" src="assets/_con/js/_demo.js"></script>
<!-- jQuery -->
<script type="text/javascript" src="assets/jquery/jquery.min.js"></script>
<!-- jQuery RAF (improved animation performance) -->
<script type="text/javascript" src="assets/jqueryRAF/jquery.requestAnimationFrame.min.js"></script>
<!-- nanoScroller -->
<script type="text/javascript" src="assets/nanoScroller/jquery.nanoscroller.min.js"></script>
<!-- Materialize -->
<script type="text/javascript" src="assets/materialize/js/materialize.min.js"></script>
<!-- Sortable -->
<script type="text/javascript" src="assets/sortable/Sortable.min.js"></script>
<!-- Main -->
<script type="text/javascript" src="assets/_con/js/_con.min.js"></script>
</body>
</html>