

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>
	404 Error
</title><link href="../../../css/error.css" rel="stylesheet" /></head>
    <body>

    <div class="erroIndex">
        <div class="w1000">
            <div class="starBg">
                <div class="airport active">
                    <span class="a-1"></span>
                    <span class="a-2"></span>
                    <span class="a-3"></span>
                </div>
                <div class="star ">
                    <span class="s-1 "></span>
                    <span class="s-2 "></span>
                    <span class="s-3 "></span>
                    <span class="s-4 "></span>
                    <span class="s-5 "></span>
                    <span class="s-6 "></span>
                </div>
                <div class="num"></div>
            </div>
            <div class="errTxt">
                <div class="mess">
                    <h1>ERROR</h1>
                    <p><span>出错啦！</span>您输入的网址无效</p>
                </div>
                <a href="/" class="btn">返回首页</a>
            </div>
        </div>
    </div>

    <script type="text/javascript" src="/js/jquery-1.8.2.min.js"></script>
    <script>
        $(".erroIndex").height($(window).height());
        //飞机动画
        setInterval(function () {
            $(".airport").toggleClass("active")
        }, 2300);
    </script>
</body>
</html>
