Alexandros Ioannides 7 лет назад
Родитель
Сommit
6553222cb4
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      web/error/404/index.html

+ 2 - 2
web/error/404/index.html

@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
-    <title>404 &mdash; page not found</title>
+    <title>404 &mdash; Page Not Found</title>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <meta name="description" content="internal error"/>
     <style type="text/css">
@@ -18,7 +18,7 @@
 
 <body>
     <h2>Page Not Found</h2>
-    <img src="/error/hestia.jpg">
+    <img src="/error/error.jpg">
     <div>
         Try start again from <a href="/">main page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>
     </div>