vite-plugin-earth/packages/mars3d/index.html

15 lines
370 B
HTML
Raw Permalink Normal View History

2023-03-28 11:51:03 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-06-05 14:58:48 +08:00
<title>demo-mars3d</title>
2023-03-28 11:51:03 +08:00
<script type="module" src="/src/index.ts"></script>
</head>
<body>
<div id="mars3dContainer"></div>
</body>
</html>