axmol/tests/js-tests/mobilePage.html

26 lines
688 B
HTML

<!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;">
<canvas id="gameCanvas" width="480" height="320"></canvas>
<script src="../../web/CCBoot.js"></script>
<script src="main.js"></script>
</body>
</html>