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="../cpp-tests/Resources/Images/favicon.ico"/>
|
2016-06-22 14:02:29 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="style.css"/>
|
2015-05-05 10:50:19 +08:00
|
|
|
</head>
|
|
|
|
<body style="text-align: center;background: #f2f6f8;">
|
2015-08-10 15:10:54 +08:00
|
|
|
<img id="cocosbanner" style="clear:both;margin-bottom: 20px" src="../cpp-tests/Resources/Images/cocos2dbanner.png"/>
|
2015-05-05 10:50:19 +08:00
|
|
|
<div></div>
|
2015-07-31 17:16:57 +08:00
|
|
|
<div style="display:inline-block;width:auto; margin: 0 auto; background: #000; position:relative; border:5px solid black; border-radius: 10px; box-shadow: 0 5px 50px #333">
|
2015-05-05 10:50:19 +08:00
|
|
|
<!--<canvas id="gameCanvas" width="1200" height="675"></canvas>-->
|
|
|
|
<!--<canvas id="gameCanvas" width="480" height="270"></canvas>-->
|
|
|
|
<canvas id="gameCanvas" width="800" height="450"></canvas>
|
|
|
|
</div>
|
|
|
|
<script src="../../web/CCBoot.js"></script>
|
|
|
|
<script src="main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|