global-navigation-satellite.../index.html

14 lines
407 B
HTML
Raw Permalink Normal View History

2021-09-14 07:31:59 +08:00
<!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" />
2022-05-26 14:18:22 +08:00
<title>数字星球互动体验系统</title>
2021-09-14 07:31:59 +08:00
</head>
<body class="w-h-full">
<div id="app" class="w-h-full"></div>
<script type="module" src="/src/render/main.ts"></script>
</body>
</html>