Cesium-Examples/index.html
jiawanlong 7e9ac92701 更新
2025-06-09 10:09:56 +08:00

25 lines
602 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cesium 社区 - jiawanlong</title>
</head>
<body>
</body>
<script>
window.location.href = window.location.href + "examples/cesiumEx/examples.html"
</script>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e5ab8649289fd056f54428c62a8e0368";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>