index.html 461 B

123456789101112131415
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/logoTest.svg" />
  6. <!-- <link rel="icon" href="/logo.svg" /> -->
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <!-- <title>淳皓游戏管理平台</title> -->
  9. <title>测试库-游戏管理平台</title>
  10. </head>
  11. <body>
  12. <div id="app"></div>
  13. <script type="module" src="/src/main.ts"></script>
  14. </body>
  15. </html>