index.html 914 B

1234567891011121314151617181920212223242526272829303132
  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
  7. name="viewport"
  8. content="width=device-width, initial-scale=1.0, user-scalable=no"
  9. />
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  11. <title><%= htmlWebpackPlugin.options.title %></title>
  12. </head>
  13. <script
  14. src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"
  15. referrerpolicy="origin"
  16. ></script>
  17. <script
  18. src="https://open.work.weixin.qq.com/wwopen/js/jwxwork-1.0.0.js"
  19. referrerpolicy="origin"
  20. ></script>
  21. <body>
  22. <noscript>
  23. <strong
  24. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  25. properly without JavaScript enabled. Please enable it to
  26. continue.</strong
  27. >
  28. </noscript>
  29. <div id="app"></div>
  30. <!-- built files will be auto injected -->
  31. </body>
  32. </html>