index.html 844 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
  7. <link rel="icon" href="<%= BASE_URL %>geLi_logo.png" />
  8. <link
  9. rel="stylesheet"
  10. type="text/css"
  11. media="print"
  12. href="https://cdn.jsdelivr.net/npm/vue-plugin-hiprint@latest/dist/print-lock.css"
  13. />
  14. <title><%= webpackConfig.name %></title>
  15. <style></style>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong
  20. >We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to
  21. continue.</strong
  22. >
  23. </noscript>
  24. <div id="app"></div>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>