You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
540 B

2 months ago
  1. <!doctype html>
  2. <html lang="cn">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/png" href="src/assets/img/homePage/AIicon.png">
  6. <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> -->
  7. <meta name="viewport"
  8. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
  9. <title>AI小财神</title>
  10. </head>
  11. <body style="margin: 0px; padding: 0px;">
  12. <div id="app"></div>
  13. <script type="module" src="/src/main.js"></script>
  14. </body>
  15. </html>