aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/404.html
blob: fd337cada52332a7850fb75ce3cb0808d235104c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<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">
  <p>{$error_message}</p>
</div>
{include="page.footer"}
</body>
</html>