小蜗熊的蜂蜜罐
404 Not Found:该页无法显示
/*
* Sorry, the web page you asked for has been lost.
* Please check the link you input and refresh the browser.
* Type the codes below in the browser console, you will find something interesting.
*/
((num)=>{
var div = $$("#ASCII404")[0];
var str = "<span>" + ascii404List[num] + "</span>";
div.innerHTML = str;
})((
function(){
var randNum = Math.random() * ascii404List.length;
var res = parseInt(randNum,10);
return res
}
)());