[html]代码库
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="Keywords" content="HTML5游戏,HTML5网页游戏,HTML5水果忍者,HTML5版水果忍者">
<meta name="description" content="HTML5版水果忍者游戏">
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="images/index.css">
<title>HTML5游戏水果忍者网页版-HTML5星空</title>
<!--[if lt IE 9]><script>document.createElement("canvas");</script><![endif]-->
</head>
<body>
<div id="extra"></div>
<canvas id="view" width="640" height="480"></canvas>
<div id="desc">
<div>用鼠标滑动水果开始游戏</div>
<div>HTML5游戏《水果忍者》网页版<a href="http://www.html5star.com" target="_blank">HTML5星空</a></div>
<div id="browser"></div>
</div>
<script src="scripts/all.js"></script>
</body>
</html>
[源代码打包下载]