123456789101112131415161718192021222324 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <title>404</title>
- <style>
- body{
- background-color:#fff;
- font-size:14px;
- }
- </style>
- </head>
- <body>
- <div style="width:100%;">
- <div style="width:100%;margin-top:100px;text-align:center;">
- <h3>抱歉,页面跑丢了!</h3>
- </div>
- </div>
- </body>
- </html>
|