-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
32 lines (30 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<title>页面标题</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.kuwo.cn https://*.okii.com https://www.kuwo.cn;">-->
<!---->
<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.min.css">
</head>
<body>
<div id="app">
<h2>hello 移动web</h2>
</div>
<!-- built files will be auto injected -->
<!--不依赖ajax,animate的jquery-->
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.slim.min.js"></script>
</body>
</html>