diff options
author | neodarz <neodarz@neodarz.net> | 2017-05-24 15:23:11 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-05-24 15:23:11 +0200 |
commit | 96a660a21e47d43ebc473ce9d23e712c0e3e1261 (patch) | |
tree | 83f62bba16e51bfd64228b7d12076709bb7273f1 /404.html | |
download | shaarli_ascii-96a660a21e47d43ebc473ce9d23e712c0e3e1261.tar.xz shaarli_ascii-96a660a21e47d43ebc473ce9d23e712c0e3e1261.zip |
initil release
Diffstat (limited to '')
-rw-r--r-- | 404.html | 16 |
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> |