]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/404.html
Accessibility: specify the HTML lang attribute
[github/shaarli/Shaarli.git] / tpl / default / 404.html
index 53e98e2e0f36ffb61135122fea42f9461930b9b0..10a9458a6d7f467977756a0e0b374c1161d0182b 100644 (file)
@@ -1,16 +1,15 @@
 <!DOCTYPE html>
-<html>
+<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
 <head>
-    {include="includes"}
+  {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>
+  {include="page.header"}
+<div class="center" id="page404" class="page404-container">
+  <h2>{'Sorry, nothing to see here.'|t}</h2>
+  <img src="img/sad_star.png">
+  <p>{$error_message}</p>
 </div>
 {include="page.footer"}
 </body>