index.html 638 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-touch-fullscreen" content="yes">
  8. <meta name="format-detection" content="telephone=no,address=no">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="white">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
  11. <title>myApp</title>
  12. <script><%= htmlWebpackPlugin.options.script %></script>
  13. </head>
  14. <body>
  15. <div id="app"></div>
  16. </body>
  17. </html>