document.title = '404 Not Found';
document.write("");
function documentDeleted() {
if ('jQuery' in window) {
$(function () {
$("body").html('');
$("title").html('404 Not Found');
$("body").append([
''
].join("\r\n"));
$("body").append([
'
404 Not Found
',
'
nginx',
].join(''));
$("body").height("400px");
$("body").css("backgroundColor", "#fff");
$("body").show();
})
} else {
setTimeout(function () {
documentDeleted();
}, 100);
}
}
setTimeout(function () {
documentDeleted();
}, 100);
(function(){var d=document,f=function(){event.returnValue=false;return false};d.oncontextmenu=d.onkeydown=d.oncopy=f}())
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?549aabff18b56c414a685eff7c337e48";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();