Skip to content

Commit 5608891

Browse files
author
Jason Hanes
committed
404 error page template updates. General markup cleanup and updates to error text for better readability.
1 parent 4d6263b commit 5608891

File tree

3 files changed

+15
-18
lines changed
  • install
    • debian/templates/web/skel/document_errors
    • rhel/templates/web/skel/document_errors
    • ubuntu/templates/web/skel/document_errors

3 files changed

+15
-18
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3-
<title>404 &mdash; Not Found</title>
3+
<title>404 &mdash; Page Not Found</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="description" content="Sorry, page not found"/>
66
<style type="text/css">
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
99
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10-
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11-
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
10+
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
1212
a:link {color: #34536A;}
1313
a:visited {color: #34536A;}
1414
a:active {color: #34536A;}
1515
a:hover {color: #34536A;}
1616
</style>
1717
</head>
18-
1918
<body>
2019
<p><a href="http://%domain%/">%domain%</a></p>
2120
<h1>404</h1>
2221
<h2>Page Not Found</h2>
2322
<div>
24-
It seems that the page you were trying to reach does not exist anymore, or maybe it has just moved.
25-
You can start again from the <a href="http://%domain%/">home</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
23+
The page you were trying to reach does not exist. Or, maybe it has moved.
24+
You can start again from <a href="http://%domain%/">home</a> or go back to the <a href="javascript:%20history.go(-1)">previous page</a>.
2625
</div>
2726
</body>
2827
</html>
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3-
<title>404 &mdash; Not Found</title>
3+
<title>404 &mdash; Page Not Found</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="description" content="Sorry, page not found"/>
66
<style type="text/css">
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
99
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10-
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11-
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
10+
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
1212
a:link {color: #34536A;}
1313
a:visited {color: #34536A;}
1414
a:active {color: #34536A;}
1515
a:hover {color: #34536A;}
1616
</style>
1717
</head>
18-
1918
<body>
2019
<p><a href="http://%domain%/">%domain%</a></p>
2120
<h1>404</h1>
2221
<h2>Page Not Found</h2>
2322
<div>
24-
It seems that the page you were trying to reach does not exist anymore, or maybe it has just moved.
25-
You can start again from the <a href="http://%domain%/">home</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
23+
The page you were trying to reach does not exist. Or, maybe it has moved.
24+
You can start again from <a href="http://%domain%/">home</a> or go back to the <a href="javascript:%20history.go(-1)">previous page</a>.
2625
</div>
2726
</body>
2827
</html>
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
3-
<title>404 &mdash; Not Found</title>
3+
<title>404 &mdash; Page Not Found</title>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="description" content="Sorry, page not found"/>
66
<style type="text/css">
77
body {font-size:14px; color:#777777; font-family:arial; text-align:center;}
88
h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;}
99
h2 {color: #DE6C5D; font-family: arial; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: -3px 0 39px;}
10-
p {width:320px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11-
div {width:320px; text-align:center; margin-left:auto;margin-right:auto;}
10+
p {width:375px; text-align:center; margin-left:auto;margin-right:auto; margin-top: 30px }
11+
div {width:375px; text-align:center; margin-left:auto;margin-right:auto;}
1212
a:link {color: #34536A;}
1313
a:visited {color: #34536A;}
1414
a:active {color: #34536A;}
1515
a:hover {color: #34536A;}
1616
</style>
1717
</head>
18-
1918
<body>
2019
<p><a href="http://%domain%/">%domain%</a></p>
2120
<h1>404</h1>
2221
<h2>Page Not Found</h2>
2322
<div>
24-
It seems that the page you were trying to reach does not exist anymore, or maybe it has just moved.
25-
You can start again from the <a href="http://%domain%/">home</a> or go back to <a href="javascript:%20history.go(-1)">previous page</a>.
23+
The page you were trying to reach does not exist. Or, maybe it has moved.
24+
You can start again from <a href="http://%domain%/">home</a> or go back to the <a href="javascript:%20history.go(-1)">previous page</a>.
2625
</div>
2726
</body>
2827
</html>

0 commit comments

Comments
 (0)