⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.html

📁 Absolutely wonderful features you may never imagine before, Skytree v2.0 takes you into a new era of
💻 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" />
<script language="JavaScript" type="text/javascript">
function setDisplay(objId){
	var obj = document.getElementById(objId);
	if(obj){
		if(obj.style.display == ''){
			obj.style.display = 'none';
		}else{
			obj.style.display = '';
		}
	}
};
</script>
<title>Menu</title>
<link href="Menu.css" rel="stylesheet" type="text/css" />
</head>
<base target="mainFrame" />
<body id="Menu">
<div id="MenuContent">
	<h3>SkyTree v2.0 Demo </h3>
	<ul>
		<li><a href="Demo_HelloWorld.html">Hello,world!</a></li>
		<li><a href="Demo_JSON.html">Configuration &amp; JSON </a></li>
		<li><a href="Demo_Interaction.html">Interaction</a></li>
	  <li><a href="Demo_Bounding.html">Data Bounding(Need ASP) </a></li>
	</ul>
	<h3>Resource</h3>
  <ul>
		<li><a href="http://www.justrun.net/demo/skytree/help/" target="_blank"><strong>Online Help</strong></a></li>
		<li><a href="http://www.justrun.net/products/purchase.asp?o=skytree" target="_blank">Order Skytree Online </a></li>
		 <li><a href="Appreciation.html">Appreciation</a></li>
    <li><a href="http://www.justrun.net/" target="_blank">JustRun Studio</a></li>
  </ul>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -