-
Notifications
You must be signed in to change notification settings - Fork 18
/
lockme.html
35 lines (34 loc) · 1.53 KB
/
lockme.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
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="image_src" type="image/jpeg" href="/images/logo.png" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Site Properities -->
<meta name="generator" content="Visual Studio" />
<title>Lock Me | Golgi Admin</title>
<meta name="description" content="Golgi Admin Theme" />
<meta name="keywords" content="html5, ,semantic,ui, library, framework, javascript,jquery,admin,theme" />
<meta name="description" content="A button indicates a possible user action" />
<meta name="keywords" content="html5, ui, library, framework, javascript" />
<link href="dist/semantic.min.css" rel="stylesheet" />
<link href="css/main.min.css" rel="stylesheet" />
</head>
<body class="lockme">
<div class="ui container center aligned">
<img class="ui tiny centered circular image" src="img/avatar/people/Lorie.png">
<h5 class="ui header inverted">Savie F. Grimes</h5>
<div class="ui action input">
<input type="password" value="11223344">
<a class="ui teal right labeled icon button" href="dashboard.html">
<i class="key icon"></i>
Login
</a>
</div>
</div>
</body>
</html>