aboutsummaryrefslogtreecommitdiffstats
path: root/templates/error_http.html
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-18 21:05:05 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2013-01-18 21:07:07 +0100
commitbbf7a4b561414d43bedde682c9f7b041c6de88ad (patch)
tree6cf07611b0cfeca6c2297792347b916a6c0ff5ef /templates/error_http.html
parent58bf9c43bf20c060a9e0623cb9f032b63889b384 (diff)
Amavis attributes and templates.
Diffstat (limited to 'templates/error_http.html')
-rw-r--r--templates/error_http.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/error_http.html b/templates/error_http.html
new file mode 100644
index 0000000..c6ab50a
--- /dev/null
+++ b/templates/error_http.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+ <title><TMPL_VAR NAME=code> <TMPL_IF NAME=message><TMPL_VAR NAME=message><TMPL_ELSE>Error</TMPL_IF></title>
+ <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" />
+ </head>
+ <body>
+ <div class="errorhttp"><TMPL_VAR NAME=code> <TMPL_VAR NAME=message></div>
+ </body>
+</html>