aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/404.html
diff options
context:
space:
mode:
authorDimtion <zizou.xena@gmail.com>2016-01-20 10:57:07 +0100
committerDimtion <zizou.xena@gmail.com>2016-01-20 22:52:28 +0100
commitf4c84ad7fc981643d952a4fb4abfcdb85fccf621 (patch)
tree6f41c6cded0d22b6607e23f544662ff73b951e94 /tpl/404.html
parent25d88c90aa74ea05162dfc59f47843df639beb75 (diff)
downloadShaarli-f4c84ad7fc981643d952a4fb4abfcdb85fccf621.tar.gz
Shaarli-f4c84ad7fc981643d952a4fb4abfcdb85fccf621.tar.zst
Shaarli-f4c84ad7fc981643d952a4fb4abfcdb85fccf621.zip
Create 404 template
Solve #430 for links
Diffstat (limited to 'tpl/404.html')
-rw-r--r--tpl/404.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/tpl/404.html b/tpl/404.html
new file mode 100644
index 00000000..a45be801
--- /dev/null
+++ b/tpl/404.html
@@ -0,0 +1,17 @@
1<!DOCTYPE html>
2<html>
3<head>
4 {include="includes"}
5</head>
6<body>
7<div id="pageheader">
8 {include="page.header"}
9</div>
10<div class="error-container">
11 <h1>404 Not found <small>Oh crap!</small></h1>
12 <p>{$error_message}</p>
13 <p>Would you mind <a href="?">clicking here</a> ?</p>
14</div>
15{include="page.footer"}
16</body>
17</html>