view static/tpl/404.html @ 155:6cb5445e90b9

Disable browser auto-complete on the search field.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 25 Dec 2013 19:59:05 -0800
parents b03f083c3a29
children
line wrap: on
line source

<nav>
    <section>
        <a href="{{url_home}}">Home</a>
        <span>Search</span>
    </section>
</nav>
<article class="row">
    <header>
        <h1>Page Not Found</h1>
    </header>
    <section>
        <p>The page you requested was not found.</p>
    </section>
</article>