-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadmin-forgot.html
88 lines (81 loc) · 3.79 KB
/
admin-forgot.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Education Master Template</title>
<!-- META TAGS -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Education master is one of the best educational html template, it's suitable for all education websites like university,college,school,online education,tution center,distance education,computer education">
<meta name="keyword" content="education html template, university template, college template, school template, online education template, tution center template">
<!-- FAV ICON(BROWSER TAB ICON) -->
<link rel="shortcut icon" href="images/fav.ico" type="image/x-icon">
<!-- GOOGLE FONT -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700%7CJosefin+Sans:600,700" rel="stylesheet">
<!-- FONTAWESOME ICONS -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- ALL CSS FILES -->
<link href="css/materialize.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<!-- RESPONSIVE.CSS ONLY FOR MOBILE AND TABLET VIEWS -->
<link href="css/style-mob.css" rel="stylesheet" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section>
<div class="ad-log-main">
<div class="ad-log-in">
<div class="ad-log-in-logo">
<a href="index-2.html"><img src="images/logo.png" alt=""></a>
</div>
<div class="ad-log-in-con">
<div class="log-in-pop-right">
<h4>Forgot Password</h4>
<p>Don't have an account? Create your account. It's take less then a minutes</p>
<form class="s12">
<div>
<div class="input-field s12">
<input type="text" data-ng-model="name" class="validate">
<label class="">User name</label>
</div>
</div>
<div>
<div class="input-field s12">
<input type="email" class="validate">
<label>Email id</label>
</div>
</div>
<div>
<div class="s12 log-ch-bx">
<p>
<input type="checkbox" id="test5">
<label for="test5">Remember me</label>
</p>
</div>
</div>
<div>
<div class="input-field s4">
<i class="waves-effect waves-light log-in-btn waves-input-wrapper" style=""><input type="submit" value="Submit" class="waves-button-input"></i> </div>
</div>
<div>
<div class="input-field s12"> <a href="admin-login.html">Admin login</a> | <a href="#">Create a new account</a> </div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--Import jQuery before materialize.js-->
<script src="js/main.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/materialize.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>