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"/>
|
|
|
|
|
2017-03-27 11:03:51 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="style.css"/>
|
|
|
|
|
|
|
|
<meta name="viewport"
|
|
|
|
content="width=device-width,user-scalable=no,initial-scale=1, minimum-scale=1,maximum-scale=1"/>
|
2015-05-05 10:50:19 +08:00
|
|
|
</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>
|