-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 856 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Access-Control-Allow-Origin" content="http://src1.17koko.com/">
<title>烤鱼游戏</title>
<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">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0" />
<!--{loadConfig}-->
</head>
<body>
<canvas id="gameCanvas" width="800" height="480"></canvas>
</body>
</html>
<script type="text/javascript" src="js/cocos2d-js-v3.11-lite.js" charset="UTF-8"></script>
<script type="text/javascript" src="js/game.js" charset="UTF-8"></script>
<!--{layout}-->