-
Notifications
You must be signed in to change notification settings - Fork 18
/
forgotpassword.html
60 lines (53 loc) · 2.51 KB
/
forgotpassword.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
<!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>Forgot Password | Golgi Admin</title>
<meta name="description" content="Golgi Admin Theme" />
<meta name="keywords" content="html5, ,semantic,ui, library, framework, javascript,jquery,admin,theme" />
<link href="dist/semantic.min.css" rel="stylesheet" />
<link href="css/main.min.css" rel="stylesheet" />
</head>
<body class="forgot">
<div class="ui container">
<div class="ui equal width center aligned padded grid stackable">
<div class="row">
<div class="five wide column">
<div class="ui segments">
<div class="ui segment inverted nightli">
<h3 class="ui header">
Password Remember
</h3>
</div>
<div class="ui segment">
<div class="content">
<div class="header">Forgot your password?</div>
<div class="description">
Enter your email address below and we will send you instructions on how to change your password.
</div>
</div>
<div class="ui divider"></div>
<div class="ui input fluid">
<input type="text" placeholder="Your Email...">
</div>
<div class="ui divider hidden"></div>
<button class="ui primary fluid button">
<i class="send icon"></i>
Send Me Password
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>