summaryrefslogtreecommitdiffstats
path: root/www/internal-error.html
diff options
context:
space:
mode:
authorAlex Dowad <alexinbeijing@gmail.com>2014-04-04 14:49:06 +0200
committerTimo Teräs <timo.teras@iki.fi>2014-04-25 10:13:27 +0300
commit184b62e95f19a8eb754d9cc443c332c1b640097c (patch)
tree773e88d4c47c7e95ab68b592542baab54cec386d /www/internal-error.html
parent7efc2ebeda4414bf3c633a6cf86b49c033973f52 (diff)
downloadsquark-184b62e95f19a8eb754d9cc443c332c1b640097c.tar.bz2
squark-184b62e95f19a8eb754d9cc443c332c1b640097c.tar.xz
squark-filter: don't segfault if there is an error in the auth DB
[tt] renamed .htm to .html
Diffstat (limited to 'www/internal-error.html')
-rw-r--r--www/internal-error.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/internal-error.html b/www/internal-error.html
new file mode 100644
index 0000000..193b978
--- /dev/null
+++ b/www/internal-error.html
@@ -0,0 +1,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> \ No newline at end of file