12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="format-detection" content="telephone=no">
- <!-- 强制让文档与设备的宽度保持1:1 -->
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <!-- 删除默认的苹果工具栏和菜单栏 -->
- <meta name="apple-mobile-web-app-capable" content="yes">
- <!-- 在web app应用下状态条(屏幕顶部条)的颜色 -->
- <meta name="apple-mobile-web-app-status-bar-style" content="#000000" />
- <!-- 禁止了把数字转化为拨号链接 -->
- <meta name="format-detection" content="telephone=no">
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="Cache-Control " content="no-cache,must-revalidate">
- <meta name="description" content="">
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <meta content="telephone=no" name="format-detection" />
- <meta name="x5-orientation" content="portrait">
- <title></title>
- <link rel="stylesheet" type="text/css" href="//at.alicdn.com/t/font_1543663_zpu28sa6lr.css" />
- <script src="<%= htmlWebpackPlugin.options.BASE_URL %>U.js" door type="text/javascript" charset="utf-8"></script>
- </head>
- <body>
- <div id="app"></div>
- </body>
- </html>
|