aboutsummaryrefslogblamecommitdiffhomepage
path: root/tpl/default/404.html
blob: edc5ac4bd6c0c465eabf1c40dab8deb4445d9feb (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                 
                                            





                              
<!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.'|t}</h2>
  <img src="img/sad_star.png">
  <p>{$error_message}</p>
</div>
{include="page.footer"}
</body>
</html>