|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> |
3 | | - <title>404 — Not Found</title> |
| 3 | + <title>404 — Page Not Found</title> |
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
5 | | - <meta name="description" content="Sorry, page not found"/> |
| 5 | + <meta name="description" content="404 - Page Not Found"/> |
6 | 6 | <style type="text/css"> |
7 | 7 | body {font-size:14px; color:#777777; font-family:arial; text-align:center;} |
8 | 8 | h1 {font-size:180px; color:#99A7AF; margin: 70px 0 0 0;} |
9 | 9 | 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;} |
12 | 12 | a:link {color: #34536A;} |
13 | 13 | a:visited {color: #34536A;} |
14 | 14 | a:active {color: #34536A;} |
15 | 15 | a:hover {color: #34536A;} |
16 | 16 | </style> |
17 | 17 | </head> |
18 | | - |
19 | 18 | <body> |
20 | 19 | <p><a href="http://%domain%/">%domain%</a></p> |
21 | 20 | <h1>404</h1> |
22 | 21 | <h2>Page Not Found</h2> |
23 | 22 | <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>. |
26 | 25 | </div> |
27 | 26 | </body> |
28 | 27 | </html> |
0 commit comments