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">
-
- <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">
-
- <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>
|