summaryrefslogtreecommitdiffabout
path: root/htdocs/exceptions/production/compile.html
blob: faa0ab974e96bf8e2c0eb55f4a2ccf8c74db16cc (plain)
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

<!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>Server-side exception</title>
  <style type="text/css">
   <!--
    body {
     font-family: sans-serif;
     font-size: 12pt;
    }
    h1 {
     font-family: serif;
     font-size: 130%;
     font-weight: bold;
     text-align: center;
    }
    p {
     text-indent: 2em;
     text-align: justify;
    }

    div.powered {
     margin: 2em 0px 0px 50%;
     padding: 1ex 2ex;
     text-align: right;
     font-family: serif;
     font-size: 140%;
     font-weight: bold;
     border-top: solid 2px black;
     border-left: solid 1px gray; border-right: solid 1px gray; border-bottom: solid 1px gray;
     background: #c0c0f0;
    }
   -->
  </style>
 </head>
 <body>
  <h1>server-side exception</h1>
  <p>Something has gone really wrong with the server. Feel free to report the
  incident to <a href="mailto:root@localhost" title="e-mail
  server administrator">webmaster</a>.</p>
  <div class="powered">Powered by <a href="http://kin.klever.net/sitecing/" title="site-C-ing">site-C-ing</a>.</div>
 </body>
</html>