index.html 598 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <!-- <link rel="icon" href="/favicon.png"> -->
  6. <!-- Google Fonts -->
  7. <link rel="preconnect" href="https://fonts.googleapis.com">
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  9. <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap" rel="stylesheet">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <title>AI 明信片</title>
  12. </head>
  13. <body>
  14. <div id="app"></div>
  15. <script type="module" src="/src/main.js"></script>
  16. </body>
  17. </html>