]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/default/404.html
A lot of minor improvements, cleanup, narrow mobile side blank spaces
[github/shaarli/Shaarli.git] / tpl / default / 404.html
CommitLineData
f26d4d56
A
1<!DOCTYPE html>
2<html>
3<head>
4 {include="includes"}
5</head>
6<body>
7<div id="pageheader">
8 {include="page.header"}
f26d4d56 9<div class="center" id="page404">
ff56413e 10 <h2>{'Sorry, nothing to see here.'|t}</h2>
f26d4d56
A
11 <img src="img/sad_star.png">
12 <p>{$error_message}</p>
13</div>
14{include="page.footer"}
15</body>
16</html>