| 123456789101112131415161718 |
- <!DOCTYPE html>
- <html lang="zh-CN" class="dark">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/png" href="/app-icon.png" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>星痕 CelestiaTrace - 现场记录同步管理中心</title>
- <meta name="description" content="星痕 CelestiaTrace 网页端控制台,管理“微光 Spark”绑定的现场记录、存储同步与多端互通管理中心。" />
- <!-- Google Fonts -->
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <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">
- </head>
- <body class="bg-[#0B0E14] text-slate-100 font-sans antialiased min-h-screen selection:bg-spark-cyan/30 selection:text-spark-cyan">
- <div id="root"></div>
- <script type="module" src="/src/main.jsx"></script>
- </body>
- </html>
|