📄 default.htm
字号:
<html>
<head>
<title>ENDLESS BATTLE</title>
<META http-equiv="Page-Exit" content="blendTrans(Duration=3.0)">
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://bbs.veryclub.com/forumdisplay.php?s=a4d84465ee4e0b83633d6e8e858a330f&forumid=35">
<SCRIPT LANGUAGE="JavaScript">
<!--
var shd = 20; // 怓偺暘妱悢丅
var interval = 100; // 怓偑曄傢傞僗僺乕僪丅1=1/1000昩
var hextbl='0123456789ABCDEF';
function num2hex(n){
return hextbl.charAt(Math.floor(n / 16)) + hextbl.charAt(n % 16);
}
function makeColor(redS,greenS,blueS,redE,greenE,blueE){ // 怓傪寁嶼偡傞
var rd = redE - redS , gd = greenE - greenS , bd = blueE - blueS;
var r = Math.floor(rd * mcCount / (shd-1)) + redS;
var g = Math.floor(gd * mcCount / (shd-1)) + greenS;
var b = Math.floor(bd * mcCount / (shd-1)) + blueS;
return "#" + num2hex(r) + num2hex(g) + num2hex(b);
}
var mcCount = 0;
function fadeBgColor(){
if (mcCount < shd) {
// #FF3366偐傜 #0066FF傑偱曄偊傞側傜抣傪俀寘偢偮偵嬫愗偭偰
// 0x傪摢偵晅偗壓婰偺椺偺傛偆偵,偱嬫愗偭偰巜掕偡傞
document.bgColor = makeColor(0x00,0x00,0x00,0xFF,0xFF,0xFF);
mcCount++;
tim=setTimeout("fadeBgColor()",interval);
}
}
fadeBgColor();
// -->
</SCRIPT>
</head>
<body>
<p>
<p>
<b><DIV align="center"><font size=16 color=red>ChinaUo</font><font size=5 color=white>BBS</font></div></b>
<p>
<b><DIV align="center"><font size=3 color=yellow>ChinaUo</font></div></b>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -