-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.php
84 lines (61 loc) · 1.7 KB
/
thankyou.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
83
84
<!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>Order Successful</h1>
<div class="body">
<p>
Your order has been processed. Feel free to contact us below if
you have any questions or concerns. Thanks!
</p>
<p>
Web: <br />
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>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</div>
</div>
</div>
<?php include("./template/navigation.php") ?>
<div class="clearer"><span></span></div>
<div class="footer">© 2007 <a href="index.html">theclassnotes.com</a>.
</div>
</div>
</body>
</html>