2025-11-27 05:16:19 +00:00
|
|
|
<!doctype html>
|
2025-11-29 15:10:00 +00:00
|
|
|
<html lang="zh-CN">
|
2025-11-27 05:16:19 +00:00
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-11-29 15:10:00 +00:00
|
|
|
<title>Cosmo - 深空探测器可视化</title>
|
2025-11-27 05:16:19 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|