We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67abce commit f51e107Copy full SHA for f51e107
1 file changed
web/error/index.html
@@ -1,6 +1,6 @@
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3
- <title>505 — internal error</title>
+ <title>505 — Internal Error</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5
<meta name="description" content="internal error"/>
6
<style type="text/css">
@@ -17,8 +17,8 @@
17
</head>
18
19
<body>
20
- <h2>Internal hestia error</h2>
21
- <img src="/error/hestia.jpg">
+ <h2>Internal Error</h2>
+ <img src="/error/error.jpg">
22
<div>
23
Try start again from <a href="/">home page</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>
24
</div>
0 commit comments