view wikked/assets/tpl/404.html @ 274:b300e1d1371e

Make the `404` page use the new menu.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 25 Sep 2014 11:35:25 -0700
parents 0c19c4a8c959
children d19fbf3025e0
line wrap: on
line source

<a id="wiki-menu-shortcut" class="wiki-logo">
    <span>W</span>
</a>
<nav id="wiki-menu" role="navigation" class="pure-menu pure-menu-open">
    <ul class="">
        <li><a href="/"><span class="glyphicon glyphicon-home"></span> Home</a></li>
    </ul>
</nav>
<article class="row">
    <header>
        <h1>Page Not Found</h1>
    </header>
    <section>
        <p>The page you requested was not found.</p>
    </section>
</article>