-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathheader.html
More file actions
39 lines (23 loc) · 996 Bytes
/
header.html
File metadata and controls
39 lines (23 loc) · 996 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
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" href = "style_final.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!--<img src = "book_img2.png" height = "100px" width = "150px">-->
<div class = "header">
<div id="name">BookHunters</div>
<div class="topnav" id="topnav">
<a class="btnss" href="homePg.php">Home</a>
<a class="btnss" href="books.php">Books</a>
<a class="btnss" href="contact.php">Contact Us</a>
<div class="search-container">
<form action="search.php" method = "GET">
<input type="text" placeholder="Search for a book..." name="search" target="search">
<button type="submit"><img src = "srchimg.png" height = "14px" width = "14px"></button>
</form>
</div><!--close search-container-->
<a class="btnss"href = "login_pre.php">Login / Signup</a>
</div><!--close topnav-->
</div><!--close header-->