|
Revision 2077, 0.9 kB
(checked in by lmajano, 4 years ago)
|
|
The start of the groovy 3.0 upgrader
|
-
Property svn:mime-type set to
text/plain
|
| 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 requested does not exist</title> |
|---|
| 9 | <style type="text/css"> |
|---|
| 10 | body { background-color: #fff; text-align: center; font-family: arial, sans-serif; } |
|---|
| 11 | div.infobox { |
|---|
| 12 | width: 30em; |
|---|
| 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 | background-color: #FFFFF0; |
|---|
| 19 | } |
|---|
| 20 | h1 { font-size: 100%; font-weight: bold; color: #000; line-height: 1.5em; } |
|---|
| 21 | </style> |
|---|
| 22 | </head> |
|---|
| 23 | |
|---|
| 24 | <body> |
|---|
| 25 | <div class="infobox"> |
|---|
| 26 | <h1>The page you requested does not exist.</h1> |
|---|
| 27 | <p>You may have mistyped the address or the page may have moved. Please check your address again.</p> |
|---|
| 28 | </div> |
|---|
| 29 | </body> |
|---|
| 30 | </html> |
|---|