📄 appreciation.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Splash</title>
<link href="Menu.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#Splash{
width: 600px;
height: 100px;
margin: 50px auto;
background-image: url(../Script/Dialog/BG.About.jpg);
padding-top: 180px;
border: 1px solid gray;
}
#Appreciate{
margin: 5px;
height: 70px;
overflow: auto;
text-align:center;
}
#ApprTitle{
font-size: 120%;
font-weight:bolder;
margin: 5px 0px;
}
</style>
<script language="javascript" type="text/javascript" src="http://www.justrun.net/products/skytree/AppreciateList.js"></script>
<script language="javascript" type="text/javascript">
function initialText(){
this.document.getElementById('ApprTitle').innerHTML = 'Appreciate List';
//AppreciateList
try{
for(var i in arrList){
document.getElementById('Appreciate').appendChild( document.createElement('p') ).innerHTML = arrList[i];
}
this.focus();
}catch(e){
document.getElementById('Appreciate').appendChild( document.createElement('p') ).innerHTML = 'Appreciation list could not be loaded,please check if Internet connection is OK...';
};
}
</script>
</head>
<body onselectstart="return false;" oncontextmenu="return false;" onload="initialText();">
<div id="Content">
<div id="Splash">
<div id="SplashContent">
<div id="Appreciate">
<div id="ApprTitle"></div>
</div>
</div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -