aboutsummaryrefslogtreecommitdiffstats
path: root/template/error_http.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/error_http.html')
-rw-r--r--template/error_http.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/template/error_http.html b/template/error_http.html
deleted file mode 100644
index c6ab50a..0000000
--- a/template/error_http.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!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>