-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 750 Bytes
/
index.html
File metadata and controls
35 lines (33 loc) · 750 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href='style.css'>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<img src="header.jpg" class="center">
<h1><center>Staff Login</center></h1>
<form action='page2.html' method='get' class="log">
<div>
<br>
<br>
<br>
<label for="Hallticket">Faculty ID :</label><br>
<br>
<input id="Hallticket" type="number" name="" placeholder="Type here">
<br>
<br>
<label for="Password">Password:</label><br>
<br>
<input id="Password" type="password" name="" placeholder="Type here" >
<br>
<br>
<input type="submit" name="details" value="Submit" align="center">
<br>
<br>
<br>
</div>
</form>
</body>
</html>