aboutsummaryrefslogblamecommitdiffhomepage
path: root/tpl/vintage/404.html
blob: 0fef0f08be9a3b3e1ca7035a5b564a8247647c51 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                  
                                                                    



                       
<!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="{$base_path}/">clicking here</a>?</p>
</div>
{include="page.footer"}
</body>
</html>