-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorder_form.html
More file actions
52 lines (51 loc) · 2.64 KB
/
Copy pathorder_form.html
File metadata and controls
52 lines (51 loc) · 2.64 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>The Caduceus Corporation - Thank You</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="Description" content="The Caduceus Corporation" />
<meta name="Keywords" content="Needle Zap" />
<meta name="Author" content="3AM Productions" />
<meta name="Copyright" content="2005" />
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="caduceus.css" type="text/css" media="screen" id="stylesheet" />
</head>
<body>
<div id="header"><h1>The Caduceus Corporation</h1></div><!--header-->
<div id="containerleft">
<div id="containerright">
<div id="topmiddle"><div id="topleft"></div><div id="topright"></div></div><!--topmiddle-->
<div id="navholder">
<div id="navtop"><div id="navtopleft"></div><div id="navtopright"></div></div><!--navtop-->
<div id="navleft">
<div id="navright">
<ul id="nav">
<li><a href="index.html" accesskey="h"><em>H</em>ome</a></li>
<li><a href="zap.html" accesskey="n"><em>N</em>eedle Zap</a></li>
<li><a href="products.html" accesskey="p"><em>P</em>roducts</a></li>
<li><a href="order.html" accesskey="o"><em>O</em>rder</a></li>
<li><a href="contact.html" accesskey="c"><em>C</em>ontact Us</a></li>
</ul><!--nav-->
</div><!--navright-->
</div><!--navleft-->
<div id="navbottom"><div id="navbottomleft"></div><div id="navbottomright"></div></div><!--navbottom-->
</div><!--navholder-->
<div id="content">
<!--BEGIN PAGE CONTENT-->
<h2>Thank You For Your Order!</h2>
<h3>Your order is on the way to us for processing...</h3>
<p>Thank you for your order! You should be getting an e-mail message shortly confirming your order. Please allow 1-2 weeks for delivery.</p>
<p>If you have any questions about your order status, please <a href="contact.html">Contact Us</a>.</p>
<!--END PAGE CONTENT-->
</div><!--content-->
<div id="bottommiddle">
<div id="bottomleft"></div><a href="http://www.3amproductions.net" title="Come see how different things look @3AM"><img id="bottomright" src="images/bottomright.gif" alt="A 3AM Production" /></a>
<div class="validation">VALIDATE: <a href="http://validator.w3.org/check/referer" title="Validate this XHTML">XHTML 1.1</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="Validate this CSS">CSS</a>
</div><!--validation-->
</div><!--bottommiddle-->
</div><!--containerright-->
</div><!--containerleft-->
</body>
</html>