aboutsummaryrefslogtreecommitdiff
path: root/404.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-05-24 15:23:11 +0200
committerneodarz <neodarz@neodarz.net>2017-05-24 15:23:11 +0200
commit96a660a21e47d43ebc473ce9d23e712c0e3e1261 (patch)
tree83f62bba16e51bfd64228b7d12076709bb7273f1 /404.html
downloadshaarli_ascii-96a660a21e47d43ebc473ce9d23e712c0e3e1261.tar.xz
shaarli_ascii-96a660a21e47d43ebc473ce9d23e712c0e3e1261.zip
initil release
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>