Cesium-Examples/index.html

22 lines
623 B
HTML
Raw Normal View History

2025-03-11 08:25:45 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3D_DEMOS-cesium-three-webgl</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>