2015-05-05 10:50:19 +08:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Cocos2d-HTML5 Test Cases</title>
|
|
|
|
<link rel="icon"
|
|
|
|
type="image/GIF"
|
|
|
|
href="res/Images/favicon.ico"/>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
body, canvas, div {
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body style="padding:0; margin: 0; background: #fff;">
|
2015-12-03 16:55:15 +08:00
|
|
|
<canvas id="gameCanvas" width="480" height="320"></canvas>
|
|
|
|
<script src="../../web/CCBoot.js"></script>
|
|
|
|
<script src="main.js"></script>
|
2015-05-05 10:50:19 +08:00
|
|
|
</body>
|
|
|
|
</html>
|