-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
28 lines (28 loc) · 1.04 KB
/
admin.html
File metadata and controls
28 lines (28 loc) · 1.04 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="admin.css">
</head>
<body>
<div class="edit">
<form method="post" action="http:localhost//Programs/library management system\admin.php" name="admin">
<div class="details">
<h1>Login for Admin</h1>
<div> <label for="user">Enter User_ID: </label> <br><br> <input id="useremail" type="text" name="user" value="" placeholder="enter username" required></div>
<br>
<div> <label for="password">Enter Password:</label><br><br> <input id="password" type="password" name="password" value="" placeholder="password"required></div>
<br>
<div class="Login">
<input type="submit" name="Login" value="Login">
<input type="reset" name="Reset" value="Reset"><br>
</div>
<!-- <div class="pass"><br><a href="#forgetpassword">Froget Password?</a><br><br>
Don't have account?<a href="signup.html">sign up!</a>
</div> -->
</div>
</form>
</div>
</body>
</html>