-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
39 lines (34 loc) · 1005 Bytes
/
contact.html
File metadata and controls
39 lines (34 loc) · 1005 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
<?
include "includes/config.inc.php";
print_header($title="Home")
?>
<!--begin contact page content //-->
<style type="text/css">
<!--
.style1 {
font-size: 16px;
font-weight: bold;
}
-->
</style>
<div id="basic_container">
<div class="basic_shadow">
<div class="page_content"><img src="images/interior.jpg" width="300" height="228" align="right"/>
<img src="images/contact.jpg" width="200" height="53" /></p>
<p class="style1">Corporate Office<br />
339 Hope Ave<br>
SLC, UT 84115</p>
<p class="style1">Phone: (801)968-8700<br>
Email: <a href="mailto:sales@crystalclearpaintinganddecorating.com">sales@crystalclearpaintinganddecorating.com</a></p>
<p class="style1">SLC: (801) 968-8700<br>
Ogden: (801) 476-4400<br>
Fax: (801) 487-1545 </p>
<p class="style1"> </p>
</div>
</div>
</div>
<!--end contact page content //-->
<!--end home page //-->
<?
print_footer()
?>