Mercurial > wikked
comparison 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 |
comparison
equal
deleted
inserted
replaced
59:59ecc742ab8e | 60:8250c977bc50 |
---|---|
1 <div class="wrapper"> | |
2 <nav class="row"> | |
3 <div class="span12"> | |
4 <a href="{{url_home}}">Home</a> | |
5 <span>Search</span> | |
6 </div> | |
7 </nav> | |
8 <article class="row"> | |
9 <div class="page span12"> | |
10 <h1>Page Not Found</h1> | |
11 <p>The page you requested was not found.</p> | |
12 </div> | |
13 </article> | |
14 </div> |