-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
64 lines (50 loc) · 1.73 KB
/
index1.html
File metadata and controls
64 lines (50 loc) · 1.73 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>StaffDatabase</title>
</head>
<body>
<div id="container">
<div id="backg2">
<div class="nav-bar">
<ul class="nav-links">
<li><a href="index1.html">Reload</a></li>
</ul>
</div>
<form id="search">
<div id="result0" class="body"></div>
<div id="result1" class="body"><h2></h2></div>
<div id="result2" class="body"><h4></h4></div>
<div id="result3" class="body"><h4></h4></div>
<div id="result4" class="body"><h4></h4></div>
<div id="title"></div>
<div class="img">
<div id="result5" class="body"></div>
<div id="result6" class="body"></div>
<div id="result6a" class="body"></div>
<div id="result7" class="body"></div>
</div>
<div class="form-container">
<div>
<input id="staffId" class="input" placeholder="Staff Id" type="text">
</div>
<div>
<button class="but" type="button" onclick="data()">GET-DATA</button>
</div>
</form>
</div>
<div>
<a href="index1.html"><button class="r-button">Reload</button></a>
</div>
<div>
<a href="index.html"><button class="h-button">Logout</button></a>
</div>
</div>
</div>
<script src="main.js"></script>
</body>
</html>