index.html 903 B

123456789101112131415161718192021222324252627282930313233
  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">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <!-- 百度统计 -->
  9. <script>
  10. var _hmt = _hmt || [];
  11. (function () {
  12. var hm = document.createElement("script");
  13. hm.src = "https://hm.baidu.com/hm.js?d3e6254fb87d0e90fbcb0b38a695bb6d";
  14. var s = document.getElementsByTagName("script")[0];
  15. s.parentNode.insertBefore(hm, s);
  16. })();
  17. </script>
  18. <title>Capital Museum.China</title>
  19. </head>
  20. <body>
  21. <noscript>
  22. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  23. Please enable it to continue.</strong>
  24. </noscript>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>