-
Notifications
You must be signed in to change notification settings - Fork 17
/
index.html
executable file
·42 lines (36 loc) · 1.36 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>海底大冒险</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="full-screen" content="yes"/>
<meta name="screen-orientation" content="portrait"/>
<meta name="x5-fullscreen" content="true"/>
<meta name="360-fullscreen" content="true"/>
<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;">
<script>
var UID = '106184';
var TOKEN = 'a74d8327ac0d4a9f56f2cb019fe43d36';
//var UID = '100012';
//var TOKEN = 'f0c54a68bd8fa18505c586025b5c2104';
</script>
<script src="res/loading.js"></script>
<!--<script src="http://qlbuy-img.qlifeapp.com/newpoker/res/loading.js"></script>-->
<canvas id="gameCanvas" width="750" height="1334"></canvas>
<script src="frameworks/cocos2d-html5/CCBoot.js"></script>
<script cocos src="main.js"></script>
<!--<script cocos src="http://qlbuy-img.qlifeapp.com/newpoker/gamejon3.min.js"></script>-->
</body>
</html>