view static/tpl/error-not-found.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/error-not-found.html@986d82afdbb8
children b03f083c3a29
line wrap: on
line source

<article class="row">
    <div class="page span12">
        <h1>Not Found</h1>
        <p>The page you're trying to access does not exist. You can <a href="/#/edit/{{path}}">create it</a>.</p>
    </div>
</article>