-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook-now.php
More file actions
37 lines (33 loc) · 1.69 KB
/
book-now.php
File metadata and controls
37 lines (33 loc) · 1.69 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Blue Water Tackle Shop</title>
<style type="text/css">
#wrapper { background-color: #ffffff; text-align: left; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; }
</style>
</head>
<body bgcolor="#ffffff">
<div id="wrapper">
<div style="padding-top: 20px; padding-left: 50px; text-align: center;">
<p><img src="bw-slide-old-hours copy.jpg
" usemap="#Map" border="0">
<map name="Map" id="Map">
<area shape="rect" coords="561,7,756,45" href="/charters.php" alt="charter availability" />
<area shape="rect" coords="770,7,865,43" href="http://saltydog.com/h2o" target="_blank" alt="weather and tides" />
<area shape="rect" coords="877,10,980,44" href="/fleet.php" alt="the fleet" />
<area shape="rect" coords="995,11,1076,44" href="/policies.php" alt="blue charter policies" />
<area shape="rect" coords="1089,12,1180,46" href="/contact.php" alt="blue charter contact form" />
<area shape="rect" coords="61,35,277,236" href="/index.php" alt="blue water tackle shop" />
<area shape="rect" coords="430,9,545,52" href="/book-now.php" alt="Book Now" />
</map>
</p>
<p><img src="bottom_home_text.jpg" usemap="#Map2" border="0">
<map name="Map2" id="Map2">
<area shape="rect" coords="220,348,343,473" href="http://www.saltydogtshirt.com/" target="_blank" />
</map>
</p>
</div>
</div>
</body>
</html>