aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/404.html
blob: 472566a6718f22fb4bd513965c5e7c0d20bb0798 (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 class="center" id="page404" class="page404-container">
  <h2>{'Sorry, nothing to see here.'|t}</h2>
  <img src="img/sad_star.png" alt="">
  <p>{$error_message}</p>
</div>
{include="page.footer"}
</body>
</html>