-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathadmin.html
48 lines (42 loc) · 1.02 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
42
43
44
45
46
47
48
<html>
<head>
<link rel="stylesheet" type="text/css" href="admin.css">
<!--link rel="stylesheet" type="text/css" href="login.css"-->
</head>
<body>
<div class="navigation-bar">
<div id="navigation-container">
<img src="logobook.jpg.jpeg">
<ul>
<li><a href="editrequest1.php">Edit Requests</a></li>
<li><a href="editbook.html">Edit Books</a></li>
<li><a href="editrequest1.php"> View Requests </a></li>
<li id = "help"><a href="feedbackview.html">View Feedbacks</a></li>
</ul>
</div>
</div>
<div class="footer">
<div class="navigation-bar">
<div id="footer-container">
<ul>
<li>
<img src="logobook.jpg.jpeg">
</li>
<li>
Address:
VIT Vellore,
Katpadi Road,
Vellore,
Tamil Nadu 632014
</li>
<li>
Contact Us:
Email:[email protected]
Mobile No: +918178197468
</li>
</ul>
</div>
</div>
</div>
</body>
</html>