index.html 917 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  7. <title>要素一本账</title>
  8. <meta
  9. name="viewport"
  10. content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
  11. />
  12. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  13. <meta http-equiv="Pragma" content="no-cache" />
  14. <meta http-equiv="Expires" content="0" />
  15. <script src="config.js"></script>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong
  20. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  21. properly without JavaScript enabled. Please enable it to
  22. continue.</strong
  23. >
  24. </noscript>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>