-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
56 lines (56 loc) · 1.55 KB
/
contact.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
Dean Oldencott :: Contact
</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" alink="#000088" vlink="#FF0000">
<?php include("header.html"); ?><br>
<?php include("menu_bar.html"); ?><br>
<?php include("separator.html"); ?><br>
<div align="center">
<font face="Helvetica, Arial, sans-serif">
<table cellpadding="5" cellspacing="0" border="0" width="722" align="center">
<tbody>
<tr>
<td valign="top">
<big><big><strong>Contact</strong></big></big>
</td>
</tr>
<tr>
<td valign="top">
<b>Dean's Drums</b>
<br>
28677 Buffalo Park Rd, Suite #201
<br>
Evergreen, CO 80439
<br>
<a href="https://goo.gl/maps/21QAStAvNQXMN6if9" target="_blank">
Click here for map.
</a>
</td>
</tr>
<tr>
<td valign="top">
Phone: (720) 209-5450<br>
</td>
</tr>
<tr>
<td valign="top">
Email:
<script>
//protect email address from spambots
var emailAddress=('deanoldencott' + '@' + 'gmail' + '.com');
document.write('<a href="mailto:' + emailAddress + '">' + emailAddress + '</a>');
</script>
</td>
</tr>
</tbody>
</table>
</div><br>
<?php include("separator.html"); ?><br>
<?php include("footer.html"); ?>
</body>
</html>