summaryrefslogtreecommitdiffstats
path: root/www/internal-error.html
blob: 193b978484502d5cd901409ef665165f625d1fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Content-Type: text/html;charset=UTF-8
Pragma: no-cache
Cache-Control: no-cache

<!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>Internal Error</title>
    <link rel="stylesheet" type="text/css" href="/static/style.css" />
  </head>
  <body>
    <div><img id="warning" src="/static/warning.png" alt="Warning sign" /></div>
    <div id="outer_container">
    <div id="inner_container">
      <h1>Sorry!</h1>
      <p>An error occurred inside the web filter. Please report this to your network administrator. If you are the administrator, check the system logs on your web proxy.</p>
    </div>
    </div>
  </body>
</html>