forked from layabox/LayaAir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexRollUp.html
23 lines (23 loc) · 1001 Bytes
/
indexRollUp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta charset='utf-8'/>
<title>www.layabox.com</title>
<meta name='renderer' content='webkit'>
<meta name='viewport' content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no'/>
<meta name='apple-mobile-web-app-capable' content='yes' />
<meta name='full-screen' content='true' />
<meta name='x5-fullscreen' content='true' />
<meta name='360-fullscreen' content='true' />
<meta http-equiv='expires' content='0' />
<meta name='laya' screenorientation='landscape' />
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta http-equiv='expires' content='0' />
<meta http-equiv='Cache-Control' content='no-siteapp' />
</head>
<body>
<script src='astar.js'></script>
<script src='laya.physics3D.js'></script>
<script src='cannon.js'></script>
<script src='rollUp/bundle.js' ></script>
</body>
</html>