Mercurial > wikked
diff static/tpl/404.html @ 60:8250c977bc50
Moved static files to the root directory.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 05 Feb 2013 14:49:34 -0800 |
parents | wikked/static/tpl/404.html@6ac0b74a57f7 |
children | b03f083c3a29 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/tpl/404.html Tue Feb 05 14:49:34 2013 -0800 @@ -0,0 +1,14 @@ +<div class="wrapper"> + <nav class="row"> + <div class="span12"> + <a href="{{url_home}}">Home</a> + <span>Search</span> + </div> + </nav> + <article class="row"> + <div class="page span12"> + <h1>Page Not Found</h1> + <p>The page you requested was not found.</p> + </div> + </article> +</div>