index.html 625 B

12345678910111213141516171819202122232425
  1. <!--
  2. * @Author: jixiang
  3. * @Date: 2021-07-07 15:19:05
  4. * @Description: 入口页
  5. * @FilePath: /vite-project/index.html
  6. * One World One Drefeel(56580223@qq.com)
  7. -->
  8. <!DOCTYPE html>
  9. <html lang="en">
  10. <head>
  11. <meta charset="UTF-8" />
  12. <link rel="icon" href="/favicon.ico" />
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  14. <meta http-equiv="pragram" content="no-cache">
  15. <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
  16. <title>数字化图书馆</title>
  17. </head>
  18. <body>
  19. <div id="app"></div>
  20. <script type="module" src="/src/main.ts"></script>
  21. </body>
  22. </html>