index.html 708 B

1234567891011121314151617181920212223
  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. <style>
  13. page{
  14. background-color: #041129;
  15. }
  16. </style>
  17. <script><%= htmlWebpackPlugin.options.script %></script>
  18. </head>
  19. <body>
  20. <div id="app"></div>
  21. </body>
  22. </html>