index.html 1.5 KB

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