Source for templates/500.html

2011-02-18 21:50:22 / 869 tavua

 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>500 Server error!</title>
<style type="text/css"><!--
   body { color: #000000; background-color: #FFFFFF; }
   a:link { color: #0000CC; }
   p, address { margin-left: 3em; }
   span { font-size: smaller; }
--></style>
</head>
<body>
<h1>Server error!</h1>
<p>Unexpected error occured in server.
   Please contact server administrator if You
   believe that it would help solving the problem.
   Error stacktrace has been reported automatically already, though.
   In Your message, please include at least following info:
      Date and time of occuring of the error,
      name and version of browser used,
      actions that may have led to this error.
</p>
</body>
</html>