-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<title>H5版有道云笔记</title>
<meta charset="utf-8">
<!--设定缩放比,是否可缩放-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<!--安全策略设置-->
<!--<meta http-equiv="Content-Security-Policy"-->
<!--content="default-src *;frame-src gap://* jsbridge://* wvjbscheme://*;style-src 'self' http://*.okii.com https://*.okii.com 'unsafe-inline'; script-src 'unsafe-inline' 'unsafe-eval' http://*.okii.com http://www.omwteam.com https://*.omwteam.com https://www.omwteam.com;">-->
<!---->
<meta name="apple-mobile-web-app-capable" content="yes"/>
<!--设置导航栏的风格-->
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<!--避免IOS上数字和邮箱可操作-->
<meta name="format-detection" content="telephone=no, email=no"/>
<!--设置缓存处理方式-->
<meta http-equiv="Cache-Control" content="no-cache">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="http://cdn.omwteam.com/omreset/omreset.css">
<link rel="stylesheet" href="/static/css/common.css">
</head>
<body>
<div id="app">
</div>
<!-- built files will be auto injected -->
</body>
</html>