<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>404错误</title>
    <head>
        <meta http-equiv=content-type content="text/html; charset=utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <style type="text/css">
            body { font-family: "微软雅黑";}
            .title{ width:300px; margin:0px auto; font-size:68px; color:#fd5300; padding:200px 0px 30px 0px;}
            .mess{ width:300px; margin:0px auto; font-size:20px; color:#999; line-height:40px;}
        </style>
    </head>
    <!--gif图-->
<body>
<div class="title">404</div>
<div class="mess">很抱歉你访问的站点已走丢</div>
<div class="mess">Sorry,the site is missing.</div>
</body>

</html>
