-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavi.html
More file actions
35 lines (34 loc) · 917 Bytes
/
navi.html
File metadata and controls
35 lines (34 loc) · 917 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>Responsive Navigation Bar</title>
<link rel="stylesheet1" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content-type="width=device-width initial-scale=1">
</head>
<body>
<div id="header2"><img src="logo.png" id="pic1" > <div id="header3">IIIT KALYANI LIBRARY</div>
<div id="header1">
<ul id="nav">
<li ><a href="file:///home/sticker/Desktop/Library/navi.html">Home </a></li>
<li><a href="#">Student</a></li>
<li><a href="#">Books
<ul id="cool">
<li>E Books</li>
<li>Jounrals</li>
<li>Paper</li>
<li>Magzine</li>
</ul>
</a>
</li>
<li><a href="Search.html">Search</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Log In</li>
</ul>
</div>
</div>
<div>
</div>
<!--<script src="js/bootstrap.min.js"></script>-->
</body>
</html>