index.html 413 B

12345678910111213
  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="纯粹星辰官方网站。一念纯粹,万里星辰。">
  8. </head>
  9. <body>
  10. <div id="root"></div>
  11. <script type="module" src="/src/main.jsx"></script>
  12. </body>
  13. </html>