index.html 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  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, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="Expires" content="0">
  8. <meta http-equiv="Pragma" content="no-cache">
  9. <meta http-equiv="Cache-control" content="no-cache">
  10. <meta http-equiv="Cache" content="no-cache">
  11. <meta
  12. http-equiv="cache-control"
  13. content="no-cache, no-store, must-revalidate"
  14. />
  15. <meta http-equiv="expires" content="0" />
  16. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  17. <!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
  18. <title>沪上阿姨</title>
  19. </head>
  20. <body>
  21. <noscript>
  22. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  23. </noscript>
  24. <div id="app"></div>
  25. <!-- built files will be auto injected -->
  26. <script src="./js/config.js"></script>
  27. </body>
  28. </html>