index.html 1.1 KB

123456789101112131415161718192021222324252627
  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,initial-scale=1.0">
  7. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  8. <meta http-equiv="Pragma" content="no-cache" />
  9. <meta http-equiv="Expires" content="0" />
  10. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  11. <!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
  12. <!-- 引入样式 -->
  13. <!-- <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> -->
  14. <!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
  15. <!-- 引入组件库 -->
  16. <!-- <script src="https://unpkg.com/element-ui/lib/index.js"></script> -->
  17. <title>多三边</title>
  18. </head>
  19. <body>
  20. <noscript>
  21. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  22. </noscript>
  23. <div id="app"></div>
  24. <!-- built files will be auto injected -->
  25. </body>
  26. </html>