blob: a45be80143df29cc44ead8bc8c1f85376872c633 (
plain) (
tree)
|
|
<!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>
|