aboutsummaryrefslogblamecommitdiffhomepage
path: root/tpl/default/404.html
blob: a9738160e761bc4a03aa26120940c4e82bc86449 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                      
<!DOCTYPE html>
<html>
<head>
  {include="includes"}
</head>
<body>
<div id="pageheader">
  {include="page.header"}
</div>
<div class="center" id="page404">
  <h2>Sorry, nothing to see here.</h2>
  <img src="img/sad_star.png">
  <p>{$error_message}</p>
</div>
{include="page.footer"}
</body>
</html>