<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
    <title>404</title>
    <meta name="description" content="404">
    <meta name="keywords" content="404">
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
    <meta name="format-detection" content="telephone=no">
    <link rel="stylesheet" href="/public/errpage/pc/static/css/error.css">
</head>
<body>
    <div class="error">
        <div class="error404">
            <img src="/public/errpage/pc/static/images/404.png">
            <p>糟糕</p>
            <span>亲爱的用户,您访问的页面不存在</span><!--<a href="###" class="errorBtn">刷新重试</a>-->
        </div>
    </div>
</body>
</html>