parent
25d88c90aa
commit
f4c84ad7fc
3 changed files with 45 additions and 6 deletions
tpl
17
tpl/404.html
Normal file
17
tpl/404.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue