cesium-plot-js/index.html
2023-08-08 15:41:52 +08:00

15 lines
452 B
HTML

<!doctype html>
<html lang="en">
<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" />
<title>CesiumPlot</title>
</head>
<body>
<div id="root"></div>
<button id='drawStraightArrow' class="btn btn-success" >测试文本标绘</button>
<script type="module" src="/examples/index.ts"></script>
</body>
</html>