﻿<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="renderer" content="webkit|ie-comp|ie-stand" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1,user-scalable=no">
    <meta http-equiv="refresh" content="3;url=http://www.yushangweb.com" />
    <title>予尚网络—专注高端网站建设丨杭州网站建设丨杭州网站制作丨网页设计</title>
    <!--[if lt IE 9 ]>
      <script src="js/html5shiv.js"></script>
    <![endif]-->
    <style type="text/css">
        *{
        	margin:0px;
        	padding: 0px;
        	border: none;
        }
        .b{
            width: 100%;
            height: 100vh;
            background: #f0aa4e;
            overflow: hidden;
        }
        .b img{
            width: 100%;
        }
    </style>
</head>

<body>
 <div class="b">
    <img src="404.jpg">
 </div>
</body>

</html>