﻿
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8">
   <title>该页面不存在</title>    

<link rel="stylesheet" type="text/css" href="/static/css/main.css">

    <style>
        .wrapper{padding:50px;text-align:center;width:705px;margin:0 auto}
    </style>
    </head>

<body>
        <div class="wrapper">
            <img  src="/images/404.png" >
            <span class="">很抱歉，您访问的页面去月球了~~</span>
            <a href="https://www.hnjsrcw.com/"  style="color:#6c0">返回首页</a>
        </div>
</body></html>
