-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
59 lines (59 loc) · 1.75 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
56
57
58
59
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Howard Live Oak - Contact</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Arvo" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="wrapper2">
<div id="header" class="container">
<div id="logo" style="width: 458px">
<h1>Howard Live Oak</h1>
<p> </p>
</div>
<div id="menu" style="width: 401px">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="about.html">About</a></li>
<li class="current_page_item"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<!-- end #header -->
<div id="page">
<div id="content">
<div class="post">
<h2 class="title" style="font-size: 26px;">
Support and Contact Information</h2>
<div style="clear: both;"> </div>
<div class="entry">
<p> wibeasley at hotmail dot com, or support at
howardliveoak dot com</p>
<p>Howard Live Oak, LLC<br />
1800 Peter Pan St<br />
Norman OK 73072</p>
</div>
</div>
</div>
<!-- end #content -->
<div style="clear: both;"> </div>
</div>
<!-- end #page -->
</div>
<!-- end #wrapper2 -->
</div>
<!-- end #wrapper -->
<div id="footer-content">
<div id="footer">
<p>Copyright ©Howard Live Oak, LLC. All rights reserved.</p>
</div>
</div>
<!-- end #footer -->
</body>
</html>