<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" /&gt;
&lt;title&gt;404 - 天准科技&lt;/title&gt;
&lt;link rel="stylesheet" type="text/css" href="/404/css/404.css" /&gt;
&lt;script type="text/javascript" src="/404/js/jquery.min.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
	$(function() {
		var h = $(window).height();
		$('body').height(h);
		$('.mianBox').height(h);
		centerWindow(".tipInfo");
	});

	function centerWindow(a) {
		center(a);
		$(window).bind('scroll resize',
        function() {
            center(a);
        });
	}

	function center(a) {
		var wWidth = $(window).width();
		var wHeight = $(window).height();
		var boxWidth = $(a).width();
		var boxHeight = $(a).height();
		var scrollTop = $(window).scrollTop();
		var scrollLeft = $(window).scrollLeft();
		var top = scrollTop + (wHeight - boxHeight) / 2;
		var left = scrollLeft + (wWidth - boxWidth) / 2;
		$(a).css({
			"top": top,
			"left": left
		});
	}
&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;div class="mianBox"&gt;
	&lt;img src="/404/images/yun0.png" alt="" class="yun yun0" /&gt;
	&lt;img src="/404/images/yun1.png" alt="" class="yun yun1" /&gt;
	&lt;img src="/404/images/yun2.png" alt="" class="yun yun2" /&gt;
	&lt;img src="/404/images/bird.png" alt="" class="bird" /&gt;
	&lt;img src="/404/images/san.png" alt="" class="san" /&gt;
	&lt;div class="tipInfo"&gt;
		&lt;div class="in"&gt;
			&lt;div class="textThis"&gt;
				&lt;h2&gt;404！页面被外星人劫持了~&lt;/h2&gt;
				&lt;p&gt;&lt;span&gt;页面自动&lt;a id="href" href="/"&gt;跳转&lt;/a&gt;&lt;/span&gt; | &lt;span&gt;等待&lt;b id="wait"&gt;6&lt;/b&gt;秒&lt;/span&gt;&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;script type="text/javascript"&gt;
    (function () {
        var wait = document.getElementById('wait'), href = document.getElementById('href').href;
        var interval = setInterval(function() {
            var time = --wait.innerHTML;
            if (time &lt;= 0) {
                clearInterval(interval);
                location.href = "/";
            };
        }, 1000);
    })();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></body></html>