-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
55 lines (48 loc) · 1.08 KB
/
contact.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
49
50
51
52
53
54
55
<head>
<LINK REL=StyleSheet HREF="test.css" TYPE="text/css" MEDIA=screen>
</head>
<body>
<div id="container">
<div id="topbar"><img src="BPAVlogo2.png" alt="Burrows Pro Audio" /></div>
<div id="navbar">
</div>
<div id="main">
<div id="column_left">
<h1>Contact Us!</h1>
<h2>September 2012</h2>
<p>
Burrows Pro Audio Video
Home
Contact Us
Burrows Pro Audio Video
117 E Main
Weatherford OK, 73096
Phone
(580) 515-4273
(580) 772- 0627
Email
burrowsproaudio@gmail.com
</p>
</div>
<div id="column_right">
<h3>Menu</h3>
<div id="right_nav">
<ul>
<li id ="nav_hom"><a href= "index.html"> Home</a></li>
<li id = "nav_abo"><a href= "about.html"> About Us</a></li>
<li id = "nav_con"><a href= "contact.html"> Contact</a></li>
<li id = "nav_pro"><a href= "products.html"> Products</a></li>
<li id = "nav_for"><a href= "forms.html"> Forms</a></li>
</ul>
</div>
</div>
<div id="column_right_adsense">
<h3>AdSense</h3>
Adsense 120 X 600
</div>
<!-- Don't remove spacer div. Solve an issue about container height -->
<div class="spacer"></div>
</div>
<div id="footer">Footer Info</div>
</div>
</body>