index.html 1.1 KB

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