aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-01-21 19:27:00 +0100
committerArthur <arthur@hoa.ro>2016-01-21 19:27:00 +0100
commitdb36b8812d30d2a1dcb1a5a0544893ee863f45dd (patch)
treeead3362c2f8cb2c41a40330219c18cc0152e5df7 /tpl
parent55d0a5c445cbbd4fc322051b7753d0b2106cfe68 (diff)
parentf4c84ad7fc981643d952a4fb4abfcdb85fccf621 (diff)
downloadShaarli-db36b8812d30d2a1dcb1a5a0544893ee863f45dd.tar.gz
Shaarli-db36b8812d30d2a1dcb1a5a0544893ee863f45dd.tar.zst
Shaarli-db36b8812d30d2a1dcb1a5a0544893ee863f45dd.zip
Merge pull request #444 from dimtion/404_template
Create 404 template
Diffstat (limited to 'tpl')
-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>