index.html 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="zh-Hans">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <link rel="icon" href="<%= BASE_URL %>favicon.png" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover" />
  8. <meta name="msapplication-tap-highlight" content="no" />
  9. <meta name="format-detection" content="telphone=no" />
  10. <meta name="format-detection" content="email=no" />
  11. <meta name="screen-orientation" content="portrait" />
  12. <meta name="x5-orientation" content="portrait" />
  13. <meta name="full-screen" content="yes" />
  14. <meta name="x5-fullscreen" content="true" />
  15. <meta name="theme-color" content="#000000" />
  16. <script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
  17. <% if (htmlWebpackPlugin.options.app) { %>
  18. <script src="cordova.js"></script>
  19. <% } %>
  20. <title><%= htmlWebpackPlugin.options.title %></title>
  21. </head>
  22. <body>
  23. <noscript>
  24. <strong>
  25. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  26. Please enable it to continue.
  27. </strong>
  28. </noscript>
  29. <div id="app"></div>
  30. <!-- built files will be auto injected -->
  31. </body>
  32. </html>