-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.37 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title><%=name%></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0" />
<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"/>
</head>
<style>
html, body, p, div {margin:0;padding:0;}
body {background-color: #000;font-size:4vmin;}
html, body {height: 100%;overflow: hidden;}
.bar {margin:0 auto;margin-top:40vh;height:1vmin;width:80%;border-radius:0.5vmin;overflow:hidden;background:#666;}
.bar i {display:block;width:0;height:1vmin;background-color:#999;}
p {margin-top:2vmin;text-align:center;color:#ddd;}
</style>
<link rel="stylesheet" href="res/css/orientation.css" />
<body>
<div id="J-TinyRotationPanel" class="orient-panel">
<div class="content">
<i class="icon"></i>
<div class="desc">为了获得更好的体验,请使用竖屏游戏</div>
</div>
</div>
<div class="bar">
<i id="progress"></i>
</div>
<p id="percent">Loading..</p>
<script src='https://gw.alipayobjects.com/os/lib/tinyjs/tiny/1.4.0/tiny.js'></script>
<script src='src/resources.js'></script>
<script src='src/StartLayer.js'></script>
<script src='src/index.js'></script>
</body>
</html>