index.html 852 B

1234567891011121314151617181920
  1. <!doctype html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <link rel="stylesheet" href="/css/print-lock.css" />
  7. <meta name="renderer" content="webkit" />
  8. <meta name="description" content="JNPF快速开发平台" />
  9. <meta name="keywords" content="JNPF快速开发平台" />
  10. <meta name="author" content="福建引迈信息技术有限公司" />
  11. <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" />
  12. <!-- 由 vite 注入 VITE_APP_TITLE 变量,在 .env 文件内配置 -->
  13. <title><%= VITE_APP_TITLE %></title>
  14. <link rel="icon" href="/favicon.ico" />
  15. </head>
  16. <body>
  17. <div id="app"></div>
  18. <script type="module" src="/src/main.ts"></script>
  19. </body>
  20. </html>