diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-02-27 20:24:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 20:24:28 +0100 |
commit | 5978588578ca103152598ccfbe41019b12e00a4f (patch) | |
tree | eedbb83c420f6af103440bcafbe6b79738ce7521 /tpl/default/404.html | |
parent | 9e5a37cc7f4eb1c83222a94eb83d4e99ce4460a4 (diff) | |
parent | 7dcbfde5ffbc057a44f710e3be7e4856d235e90b (diff) | |
download | Shaarli-5978588578ca103152598ccfbe41019b12e00a4f.tar.gz Shaarli-5978588578ca103152598ccfbe41019b12e00a4f.tar.zst Shaarli-5978588578ca103152598ccfbe41019b12e00a4f.zip |
Merge pull request #754 from ArthurHoaro/webdesign2
New default template
Diffstat (limited to 'tpl/default/404.html')
-rw-r--r-- | tpl/default/404.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/tpl/default/404.html b/tpl/default/404.html index 53e98e2e..2de6b6da 100644 --- a/tpl/default/404.html +++ b/tpl/default/404.html | |||
@@ -1,16 +1,15 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | {include="includes"} | 4 | {include="includes"} |
5 | </head> | 5 | </head> |
6 | <body> | 6 | <body> |
7 | <div id="pageheader"> | 7 | <div id="pageheader"> |
8 | {include="page.header"} | 8 | {include="page.header"} |
9 | </div> | 9 | <div class="center" id="page404"> |
10 | <div class="error-container"> | 10 | <h2>{'Sorry, nothing to see here.'|t}</h2> |
11 | <h1>404 Not found <small>Oh crap!</small></h1> | 11 | <img src="img/sad_star.png"> |
12 | <p>{$error_message}</p> | 12 | <p>{$error_message}</p> |
13 | <p>Would you mind <a href="?">clicking here</a>?</p> | ||
14 | </div> | 13 | </div> |
15 | {include="page.footer"} | 14 | {include="page.footer"} |
16 | </body> | 15 | </body> |