-
Notifications
You must be signed in to change notification settings - Fork 0
/
LMSSeach.html
48 lines (46 loc) · 1.65 KB
/
LMSSeach.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
<!DOCTYPE html>
<html>
<head>
<title>
Library Managment System
</title>
<link rel = "stylesheet" href = "style.css">
<meta charset="utf-8">
<meta name="viewpoint" content="width=device-width, initial-scale = 1">
</head>
<body>
<div class = "wrapper">
<header>
<div class="logo">
<img src ="logo.jpg" alt ="librarylogo" width="130" height="130">
<h1 style = "color: white;">Online Library Managment System</h1>
</div>
<nav>
<ul>
<li><a href="LibraryMSfront.html">HOME</a></li>
<li><a href="LMSADD.html">ADD</a></li>
<li><a href="LMSSeach.html">SEARCH</a></li>
<li><a href="LMSUPDATE.html">UPDATE</a></li>
<li><a href="LMSDelete.html">DELETE</a></li>
<li><a href="LMSBorrow.html">BORROW</a></li>
<li><a href="LMSLogin.html">LOGOUT</a></li>
</ul>
</nav>
</header>
<section>
<br>
<div class="box2">
<h2 class ="topbox2">SEARCH</h2>
<br><br><br>
<a href ="LMSSearchingBook.html"><img src="book logo.jpg" width="300px" height="300px" class="imgs" ></a>
<a href ="LMSSearchingMember.html"><img src="people logo.jpg" width="300px" height="300px" class="imgs"> </a>
<br>
<h2>Books</h2>
<h2>Members</h2>
</div>
</section>
<footer>
</footer>
</div>
</body>
</html>