-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1.2 KB
/
index.html
File metadata and controls
38 lines (38 loc) · 1.2 KB
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都是移动端常用-->
<meta charset="utf-8" />
<meta name="screen-orientation" content="portrait" />
<meta name="full-screen" content="yes" />
<meta name="browsermode" content="application" />
<meta name="x5-orientation" content="portrait" />
<meta name="x5-fullscreen" content="true" />
<meta name="x5-page-mode" content="app" />
<meta
name="viewport"
content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no,minimal-ui"
/>
<title>app</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"
/>
<link rel="stylesheet" href="https://unpkg.com/muse-ui/dist/muse-ui.css" />
<link
rel="stylesheet"
href="https://cdn.bootcss.com/material-design-icons/3.0.1/iconfont/material-icons.css"
/>
<link
href="https://cdn.bootcss.com/animate.css/3.7.0/animate.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://unpkg.com/muse-ui-loading@0.2.0/dist/muse-ui-loading.css"
/>
</head>
<body>
<div id="app"></div>
</body>
</html>