<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>呜呜~ 404 - 404 Not Found!</title>
    <meta name="keywords" content="">
    <meta name="description" content="">
    <meta http-equiv="refresh" content="0;url=/">

    <link rel="stylesheet" href="/static/libs/fontawesome-free/css/all.min.css">
    <link rel="stylesheet" href="/static/libs/bootstrap/css/bootstrap.min.css">
    <style>
        body {
            color: #051922;
        }
        .error-text {
            text-align: center;
        }
        .error-text .code {
            font-size: 140px;

        }
        .error-text h1 {
            font-size: 40px;
            font-weight: 500;
            margin-bottom: 10px;
        }
        .error-text .info {
            font-size: 15px;
            margin-bottom: 30px;
        }
        .error-text .btn {
            padding: 6px 10px 6px 10px;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="row">
            <div class="col-lg-8 offset-lg-2 text-center">
                <div class="error-text mt-5">
                    <p class="code">404</p>
                    <h1>哎呀！页面未找到。</h1>
                    <p class="info">未找到您请求的页面。</p>
                    <a href="https://www.ice-biosci.com/" class="btn btn-dark btn-sm  "   style="padding-top:4px"><i class="fa fa-reply"></i> 返回上一页</a>
                    <a href="https://www.ice-biosci.com/" class="btn btn-primary btn-sm  ml-3" style="padding-top:4px"><i class="fa fa-home"></i> 返回首页</a>
                </div>
                 <div class="error-text mt-5"  style="font-size: 13px;">反馈：北京夜猫网络技术部 | 攻城狮 ：15010696167（微信）</div>
            </div>
        </div>
    </div>
</body>
</html>