index.html 857 B

1234567891011121314151617181920212223
  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. <!-- 浏览器不使用缓存 -->
  8. <meta http-equiv="pragrma" content="no-cache" />
  9. <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
  10. <meta http-equiv="expires" content="0" />
  11. <link rel="icon" href="./favicon.ico">
  12. <title>雨花台烈士纪念馆</title>
  13. <script src="./echarts.min.js"></script>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>