-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathindex.html
25 lines (25 loc) · 813 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML>
<html>
<head>
<title>Cocos2d-html5 Show Case - MoonWarriors</title>
<meta charset="utf-8" />
<meta name="author" content="html5china" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<style>
body {
padding: 0;
margin: 0;
border:0;
}
</style>
</head>
<body>
<div id="Container" style="margin: 0 auto">
<canvas id="gameCanvas" width="320" height="480"></canvas>
</div>
<!--<div id="cou" style="width:320px;margin: 0 auto;"></div>-->
<script src="MoonWarriors/MoonWarriors-html5.js"></script>
</body>
</html>