]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/vintage/404.html
Merge pull request #783 from Sbgodin/spaceInBookmarklets
[github/shaarli/Shaarli.git] / tpl / vintage / 404.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 {include="includes"}
5 </head>
6 <body>
7 <div id="pageheader">
8 {include="page.header"}
9 </div>
10 <div class="error-container">
11 <h1>404 Not found <small>Oh crap!</small></h1>
12 <p>{$error_message}</p>
13 <p>Would you mind <a href="?">clicking here</a>?</p>
14 </div>
15 {include="page.footer"}
16 </body>
17 </html>