annotate static/tpl/error-not-found.html @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents 74eb145eb839
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
1 <article>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
2 <header>
33
986d82afdbb8 Added some error pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 <h1>Not Found</h1>
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
4 </header>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
5 <section>
113
74eb145eb839 Fixed some problems with URLs in the front-end.
Ludovic Chabant <ludovic@chabant.com>
parents: 89
diff changeset
6 <p>The page you're trying to access does not exist. You can <a href="{{get_edit_url path}}">create it</a>.</p>
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
7 </section>
33
986d82afdbb8 Added some error pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
8 </article>