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.
|
|
<!doctype html> <html lang="cn">
<head> <meta charset="UTF-8" /> <link rel="icon" type="image/png" href="src/assets/img/homePage/AIicon.png"> <!-- <meta name="viewport" content="width=device-width, initial-scale=1.0" /> --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" /> <title>AI小财神</title> </head>
<body style="margin: 0px; padding: 0px;"> <div id="app"></div> <script type="module" src="/src/main.js"></script> </body>
</html>
|