<!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"/> </head> <body style="text-align: center;background: #f2f6f8;"> <img id="cocosbanner" style="clear:both;margin-bottom: 20px" src="../cpp-tests/Resources/Images/cocos2dbanner.png"/> <div></div> <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"> <!--<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>