aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/404.html
blob: 7b696e4c480f77e2831093e91cd7a63e56f208c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
  {include="includes"}
</head>
<body>
<div id="pageheader">
  {include="page.header"}
<div id="pageError" class="page-error-container center">
  <h2>{'Sorry, nothing to see here.'|t}</h2>
  <img src="{$asset_path}/img/sad_star.png#" alt="">
  <p>{$error_message}</p>
</div>
{include="page.footer"}
</body>
</html>