forked from JosephSingculan/finalProject---Copy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.html
43 lines (33 loc) · 1.05 KB
/
Package.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href ="PackStyle.css">
</head>
<body>
<div class="topbar">
<div class="tabs">
<a href="">Home</a>
<a href="">Tour Packages</a>
<a href="">Announcements</a>
<a href="">Contact us</a>
</div>
</div>
<div class = "content">
<div class="search">
<h1>Search Bar</h1>
</div>
<div class = "Pack">
<!--<div class="Categories">
<h1>Categories</h1>
</div> -->
<div class = "List" id="container">
</div>
</div>
</div>
<div class="bottombar">
<h1>BottomBar</h1>
</div>
</body>
<script src="script.js">
</script>
</html>