index.html 1.0 KB

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="zh-CN" class="dark">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/spark-logo.svg" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>星痕 CelestiaTrace - 微光 Spark 智能数据中心</title>
  8. <meta name="description" content="星痕 CelestiaTrace 网页端控制台,管理“微光 Spark”绑定的现场记录、存储同步与多端互通管理中心。" />
  9. <!-- Google Fonts -->
  10. <link rel="preconnect" href="https://fonts.googleapis.com">
  11. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  12. <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet">
  13. </head>
  14. <body class="bg-[#0B0E14] text-slate-100 font-sans antialiased min-h-screen selection:bg-spark-cyan/30 selection:text-spark-cyan">
  15. <div id="root"></div>
  16. <script type="module" src="/src/main.jsx"></script>
  17. </body>
  18. </html>