|
Revision 5306, 0.9 kB
(checked in by nzkoz, 2 years ago)
|
Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas]
|
| Line | |
|---|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 |
|
|---|
| 4 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 5 |
|
|---|
| 6 |
<head> |
|---|
| 7 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|---|
| 8 |
<title>The page you were looking for doesn't exist (404)</title> |
|---|
| 9 |
<style type="text/css"> |
|---|
| 10 |
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } |
|---|
| 11 |
div.dialog { |
|---|
| 12 |
width: 25em; |
|---|
| 13 |
padding: 0 4em; |
|---|
| 14 |
margin: 4em auto 0 auto; |
|---|
| 15 |
border: 1px solid #ccc; |
|---|
| 16 |
border-right-color: #999; |
|---|
| 17 |
border-bottom-color: #999; |
|---|
| 18 |
} |
|---|
| 19 |
h1 { font-size: 100%; color: #f00; line-height: 1.5em; } |
|---|
| 20 |
</style> |
|---|
| 21 |
</head> |
|---|
| 22 |
|
|---|
| 23 |
<body> |
|---|
| 24 |
|
|---|
| 25 |
<div class="dialog"> |
|---|
| 26 |
<h1>The page you were looking for doesn't exist.</h1> |
|---|
| 27 |
<p>You may have mistyped the address or the page may have moved.</p> |
|---|
| 28 |
</div> |
|---|
| 29 |
</body> |
|---|
| 30 |
</html> |
|---|