1234567891011121314151617181920212223 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>找不到页面</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
- <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0"/>
- <style>
- body div {
- text-align: center;
- font-size: 16px;
- padding: 20px;
- }
- </style>
- </head>
- <body>
- <div>404</div>
- </body>
- </html>
|