index.html 851 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta
  7. name="viewport"
  8. content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover"
  9. />
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  11. <title><%= htmlWebpackPlugin.options.title %></title>
  12. <meta name="description" content="" />
  13. <meta name="keywords" content="" />
  14. <link
  15. rel="stylesheet"
  16. href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css"
  17. />
  18. </head>
  19. <body>
  20. <noscript>
  21. <strong>您需要在浏览器的设置中启用 JavaScript 才能运行此页面。</strong>
  22. </noscript>
  23. <div id="app"></div>
  24. <!-- built files will be auto injected -->
  25. </body>
  26. </html>