]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/404.html
Change templates set through administration UI
[github/shaarli/Shaarli.git] / tpl / default / 404.html
diff --git a/tpl/default/404.html b/tpl/default/404.html
new file mode 100644 (file)
index 0000000..53e98e2
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+    {include="includes"}
+</head>
+<body>
+<div id="pageheader">
+    {include="page.header"}
+</div>
+<div class="error-container">
+    <h1>404 Not found <small>Oh crap!</small></h1>
+    <p>{$error_message}</p>
+    <p>Would you mind <a href="?">clicking here</a>?</p>
+</div>
+{include="page.footer"}
+</body>
+</html>