index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <!-- OG -->
  15. <meta property="og:locale" content="en" />
  16. <meta property="og:type" content="website" />
  17. <meta property="og:url" content="" />
  18. <meta property="og:site_name" content="" />
  19. <meta property="og:title" content="" />
  20. <meta property="og:description" content="" />
  21. <meta property="og:image" content="" />
  22. <meta property="og:image:alt" content="" />
  23. <meta property="og:image:type" content="image/png" />
  24. <meta property="og:image:width" content="128" />
  25. <meta property="og:image:height" content="128" />
  26. <link
  27. rel="stylesheet"
  28. href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css"
  29. />
  30. </head>
  31. <body>
  32. <noscript>
  33. <strong>您需要在浏览器的设置中启用 JavaScript 才能运行此页面。</strong>
  34. </noscript>
  35. <div id="app"></div>
  36. <!-- built files will be auto injected -->
  37. </body>
  38. </html>