index.html 651 B

12345678910111213141516
  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>纯粹星辰 | less and cosmos.</title>
  7. <meta name="description" content="纯粹星辰 Less and Cosmos 官方品牌主页。">
  8. <link rel="preconnect" href="https://fonts.googleapis.com">
  9. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  10. <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap" rel="stylesheet">
  11. </head>
  12. <body>
  13. <div id="root"></div>
  14. <script type="module" src="/src/main.jsx"></script>
  15. </body>
  16. </html>