<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title></title>
    <style type="text/css">
        .no{ width:40%; position:absolute; left:50%; top:50%; margin-left:-20%; margin-top:-15%;}
        .no .img{ width:100%;}
        .no a{ display:block; width:30%; height:50px; line-height:50px; text-align:center; background:#ffb617; color:#fff; font-size:20px; font-weight:bolder; margin:60px auto 0;}
    </style>
</head>
<style>

</style>
<body style="background:#F6F6F6">
    <div class="no">
        <img class="img" src="assets/images/404.jpg"/>
        <div class="">
            <a href="./">返回首页>></a>
        </div>
    </div>
</body>
</html>
