-
Notifications
You must be signed in to change notification settings - Fork 0
/
errorsend.htm
35 lines (30 loc) · 1.19 KB
/
errorsend.htm
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
<?php
include('functions_debug.php');
require_once('class/browser.php');
$br = new browser();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Serious Sandwich Ltd - Online Order</title>
<link href="styles/ss_order.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="sand_container">
<div id="text">
<h1>Place your order</h1>
<div class="top_box"></div>
<div class="content">
<fieldset>
<div class="topfield"></div>
<p>Sorry, there was an error during this operation. Please try later.</p>
<div class="bottomfield"></div>
</fieldset>
</div>
<div class="bottom_box"></div>
</div>
</div>
<div id="footer">Copyright 2003 Serious Sandwich. All Images are Copyright 2003 Oxbow Data Services Ltd. <a href="http://www.oxbowmedia.co.uk">Website Design Oxbowmedia</a> </div>
</body>
</html>