index.html 815 B

1234567891011121314151617181920212223
  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta
  8. name="description"
  9. content="映前 — 关灯之前,按心情从片库定下今晚要看的电影。"
  10. />
  11. <link rel="preconnect" href="https://fonts.googleapis.com" />
  12. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  13. <link
  14. href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap"
  15. rel="stylesheet"
  16. />
  17. <title>映前</title>
  18. </head>
  19. <body>
  20. <div id="root"></div>
  21. <script type="module" src="/src/main.tsx"></script>
  22. </body>
  23. </html>