diff options
Diffstat (limited to 'tpl/default/404.html')
-rw-r--r-- | tpl/default/404.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tpl/default/404.html b/tpl/default/404.html new file mode 100644 index 00000000..2de6b6da --- /dev/null +++ b/tpl/default/404.html | |||
@@ -0,0 +1,16 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | {include="includes"} | ||
5 | </head> | ||
6 | <body> | ||
7 | <div id="pageheader"> | ||
8 | {include="page.header"} | ||
9 | <div class="center" id="page404"> | ||
10 | <h2>{'Sorry, nothing to see here.'|t}</h2> | ||
11 | <img src="img/sad_star.png"> | ||
12 | <p>{$error_message}</p> | ||
13 | </div> | ||
14 | {include="page.footer"} | ||
15 | </body> | ||
16 | </html> | ||