aboutsummaryrefslogtreecommitdiffstats
path: root/templates/error_http.html
blob: c6ab50a8b7ddcb509fe89a8b88e25ac950ec559a (plain)
1
2
3
4
5
6
7
8
9
10
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>