three_china/index.html
nicomacbookpro 8a783ec68f
All checks were successful
Deploy / test (push) Successful in 2s
first commit
2025-06-05 11:04:12 +08:00

16 lines
352 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/N.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>基于three的交互地图</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>