| 1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
- <title>404 not find</title>
- <style type="text/css">
- *{
- margin: 0px;
- padding: 0px;
- }
- div{
- font-size: 256px;
- height: 320px;
- line-height: 320px;
- width: 500px;
- text-align: center;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -160px;
- margin-left: -250px;
- color: white;
- }
- </style>
- </head>
- <body style="background-color: #000000;">
- <div>404</div>
- </body>
- </html>
|