-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
82 lines (59 loc) · 1.9 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="/template/default.css" media="screen"/>
<title>The Class Notes - Cornell's Original Co-Ed A Cappella Group</title>
</head>
<body>
<div class="container">
<?php include("./template/header.php") ?>
<div class="top">
<span>Cornell's Original Co-Ed A Cappella Group</span>
</div>
<div class="main">
<div class="item">
<div class="CNbullet">
</div>
<div class="content">
<h1>Contact Us</h1>
<div class="body">
<p>
The Class Notes have sung at many different events in many
different countries. We have toured the US extensively and have
performed at weddings, primary and secondary schools, colleges,
business functions, and at major events such as the 1999 Christmas
Tree Lighting at Rockefeller Center in New York City. Add a touch
of class to your next event!
</p>
<p>
<br />
Parker Moore <br />
General Manager <br />
[email protected] <br />
</p>
<p>
Email: <a href="mailto:[email protected]">[email protected]</a> <br />
URL: <a href="http://www.theclassnotes.com">www.theclassnotes.com</a><br />
</p>
<p>
Mail: <br />
The Class Notes <br />
Box 36 WSH <br />
Ithaca, NY 14853 <br />
</p>
</div>
</div>
</div>
</div>
<?php include("./template/navigation.php") ?>
<div class="clearer"><span></span></div>
<div class="footer">© 2010 <a href="index.html">theclassnotes.com</a>.
</div>
</div>
</body>
</html>