<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server"> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

    <title>页面不存在
    </title>
    <meta http-equiv="refresh" content="3; url=/">
    <style>
        .t {
            text-align: center;
            font-size: 40px;
            font-weight: bold;
            font-family: 'Microsoft YaHei',SimSun;
            color: #808080;
            margin-bottom: 20px;
            padding-top: 100px;
        }

        .t2 {
            text-align: center;
        }

        a.link {
            text-decoration: underline;
        }

        .aa {
            background: #0094ff;
            font-family: 'Microsoft YaHei',SimSun;
            color: #fff;
            display: block;
            width: 100px;
            text-align: center;
            line-height: 30px;
            margin-left: auto;
            margin-right: auto;
        }
    </style>
</head>
<body>

    <div class="t">访问页面不存！</div>
    <div class="t2"><a href="/" class="aa">返回首页</a></div>
</body>
</html>
