1
|
|
2
|
|
3
|
<html>
|
4
|
<head>
|
5
|
<title>Error Page 500 - Receipt Checker Learning System</title>
|
6
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
7
|
<!-- @@@ common CSS -->
|
8
|
<link href="css/style.css" rel="stylesheet" type="text/css">
|
9
|
<!-- @@@ Style -->
|
10
|
<style type="text/css">
|
11
|
<!--
|
12
|
.drop {
|
13
|
float: left;
|
14
|
font-size: 400%;
|
15
|
line-height: 1em;
|
16
|
margin: 4px 10px 10px 0;
|
17
|
padding: 4px 10px;
|
18
|
border: 2px solid #ccc;
|
19
|
background: #eee;
|
20
|
}
|
21
|
//
|
22
|
-->
|
23
|
</style>
|
24
|
</head>
|
25
|
<body bgcolor=#FFFFFF text=#000000 leftmargin=0 topmargin=0
|
26
|
marginwidth=0 marginheight=0>
|
27
|
<br />
|
28
|
<div id="welcome">
|
29
|
<br /> <br />
|
30
|
<h1>Error Page (500)</h1>
|
31
|
<br />
|
32
|
<p>
|
33
|
<span class="drop">RECEIPT checker LS</span>
|
34
|
<font color="bule"><b>R</b>ECEIPT
|
35
|
<b>C</b>heck
|
36
|
<b>S</b>ystem</font> <br />
|
37
|
<br /> We're sorry, the page you requested was not found. <br /> We
|
38
|
have recorded this error (500) to help us fix the problem.
|
39
|
</p>
|
40
|
</div>
|
41
|
</body>
|
42
|
</html>
|