index.html 835 B

12345678910111213141516171819202122
  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="referrer" content="never">
  7. <meta name="referrer" content="no-referrer">
  8. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  9. <link rel="icon" href="<%= BASE_URL %>favicon.png">
  10. <title>分销商城</title>
  11. </head>
  12. <body>
  13. <!--<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>-->
  14. <noscript>
  15. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  16. </noscript>
  17. <div id="app"></div>
  18. <script src="https://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
  19. <!-- built files will be auto injected -->
  20. </body>
  21. </html>