-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cesium Lab</title>
<link rel="stylesheet" type="text/css" href="./template/third-party/bootstrap/css/bootstrap.min.css">
</head>
<body>
<div class="panel panel-primary center-block" style="width: 50%;">
<div class="panel-heading">
<div class="panel-title">Cesium Lab主页</div>
</div>
<div class="panel-body">
<ul class="list-group">
<li class="list-group-item"> <a href="./examples/index.html">基础示例示例</a><span class="text-danger" style="float: right;font-size: smaller;">Cesium 1.71</span></li>
<li class="list-group-item"><a href="./Documentation/index.html">官方参考文档</a><span class="text-danger" style="float: right;font-size: smaller;">Cesium 1.71</span></li>
<li class="list-group-item"> <a href="http://support.supermap.com.cn:8090/webgl/Build/Documentation/index.html">超图参考文档(中文)</a></li>
</ul>
</div>
</div>
</body>
<script>
// console.info("GITHUB地址 https://github.com/lyqh-ctx/cesiumTx.git");
// console.info("在线部署地址 http://www.zgeo.work/cesiumTx/");
</script>
</html>