aboutsummaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
Diffstat (limited to '404.html')
-rw-r--r--404.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..2de6b6d
--- /dev/null
+++ b/404.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+ {include="includes"}
+</head>
+<body>
+<div id="pageheader">
+ {include="page.header"}
+<div class="center" id="page404">
+ <h2>{'Sorry, nothing to see here.'|t}</h2>
+ <img src="img/sad_star.png">
+ <p>{$error_message}</p>
+</div>
+{include="page.footer"}
+</body>
+</html>