Create 404 template

Solve  for links
This commit is contained in:
Dimtion 2016-01-20 10:57:07 +01:00
parent 25d88c90aa
commit f4c84ad7fc
3 changed files with 45 additions and 6 deletions

17
tpl/404.html Normal file
View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
{include="includes"}
</head>
<body>
<div id="pageheader">
{include="page.header"}
</div>
<div class="error-container">
<h1>404 Not found <small>Oh crap!</small></h1>
<p>{$error_message}</p>
<p>Would you mind <a href="?">clicking here</a> ?</p>
</div>
{include="page.footer"}
</body>
</html>