-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.html
41 lines (38 loc) · 1.06 KB
/
admin.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
<!DOCTYPE html>
<html>
<head>
<title>Admin Pannel</title>
<link rel="stylesheet" type="text/css" href="css/style_admin.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
</head>
<body>
<div class="parent">
<div class="con">
<p> Login </p>
<input type="email" placeholder="Enter your email address">
<i class="fa fa-at fa-fw icon"></i>
<span id="email">Enter the correct information</span>
<input type="password" placeholder="Password">
<i class="fa fa-key fa-fw icon1"></i>
<p id="pass">Enter the correct password</p>
<a id="link" href="#">Reset password</a>
<a class="login" href="#">Login</a>
<a href="#Google+">
<div class="Google">
<p>Sing in with Google+</p>
<i class="fa fa-google-plus fa-fw google"></i>
</div>
</a>
<a href="#Facebook">
<div class="facebook">
<p>Sing in with Facebook</p>
<i class="fa fa-facebook fa-fw face"></i>
</div>
</a>
</div>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery_admin.js"></script>
</body>
</html>