-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.html
More file actions
35 lines (33 loc) · 834 Bytes
/
admin.html
File metadata and controls
35 lines (33 loc) · 834 Bytes
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
<html>
<head>
<title>ADMIN FORM</title>
<link rel="stylesheet" type="text/css" href="css/styleadmin.css">
</head>
<body>
<header>
<div class="logintitle">
<t1> EDUTEST MASTER </t1>
</div>
<div class="logo">
<img src="loogo.png">
</div>
<div class="box">
<img src="man.png" class="man">
<h1>Login Here</h1>
<form>
<input type="text" name="" placeholder="Enter Username">
<input type="password" name="" placeholder="Enter Password">
<input type="submit" name="" value="Login"></form></br>
<a href="fpass.html">Forgot Password?</a>
</form>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li ><a href="form.html">Take Test</a></li>
</ul>
</header>
</body>
</html>