gnss-tool-kit/satellite-state-monitor-pla...

14 lines
440 B
HTML

<!DOCTYPE html>
<html class="w-h-full">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>卫星状态监控平台</title>
</head>
<body class="w-h-full">
<div id="app" class="w-h-full text-white"></div>
<script type="module" src="/src/render/satellite-state-monitor-platform.ts"></script>
</body>
</html>