forked from zimplexing/vue-nReader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 860 Bytes
/
index.html
File metadata and controls
27 lines (24 loc) · 860 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<!--删除默认的苹果工具栏和菜单栏-->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!--隐藏状态栏/设置状态栏颜色:-->
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- UC强制全屏 -->
<meta name="full-screen" content="yes">
<!-- UC应用模式 -->
<!--<meta name="browsermode" content="application">-->
<!-- QQ强制全屏 -->
<meta name="x5-fullscreen" content="true">
<!-- QQ应用模式 -->
<!--<meta name="x5-page-mode" content="app">-->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>随便看</title>
</head>
<body>
<div id="app"></div>
</body>
</html>