|
1 | 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"> |
3 | | -<head> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> |
4 | 3 | <title>404 — Not Found</title> |
5 | | - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
6 | | - <meta name="description" content="Sorry, page not found" /> |
| 4 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
| 5 | + <meta name="description" content="Sorry, page not found"/> |
| 6 | + <style type="text/css"> |
| 7 | + body {font-size:14px; color:#777777; font-family:arial; text-align:center;} |
| 8 | + h1 {font-size:180px; color:#333333; margin: 70px 0 0 0;} |
| 9 | + h2 {color: #ED6C42; font-family: georgia; font-size: 20px; font-style: italic; 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;} |
| 12 | + a:link {color: #28A0CB;} |
| 13 | + a:visited {color: #28A0CB;} |
| 14 | + a:active {color: #BCBA30;} |
| 15 | + a:hover {color: #BCBA30;} |
| 16 | + </style> |
7 | 17 | </head> |
8 | 18 |
|
9 | 19 | <body> |
10 | | - <div style="width:600px; margin-left: auto; margin-right: auto; text-align: center; font-family: Georgia;}"> |
11 | | - <br /> |
12 | | - <a style="font-size: 12pt; color: #333333;" href="http://%domain%">http://%domain%</a> |
13 | | - <p style="font-size: 48pt; color: #485357;">Page Not Found <br> 404</p> |
14 | | - <p style="font-size: 14pt; color: gray;">It seems that the page you were trying to reach does not exist anymore, or maybe it has just moved. You can start again from the <a style="color: gray;" href="/">home</a> or go back to <a style="color: gray;" href="javascript: history.go(-1)">previous page</a>.</p> |
| 20 | + <p><a href="http://%domain%/">%domain%</a></p> |
| 21 | + <h1>404</h1> |
| 22 | + <h2>Page Not Found</h2> |
| 23 | + <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>. |
15 | 26 | </div> |
16 | 27 | </body> |
17 | | - |
18 | 28 | </html> |
0 commit comments