-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathindex.html
26 lines (26 loc) · 1.11 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>Title</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">CesiumTx主页</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.106</span></li>
<li class="list-group-item"><a href="./Documentation/index.html">API参考文档</a><span class="text-danger" style="float: right;font-size: smaller;">Cesium 1.106</span></li>
</ul>
</div>
</div>
</body>
<script>
console.info("GITHUB地址 https://github.com/lyqh-ctx/cesiumTx.git");
console.info("在线部署地址 http://www.zgeo.work/cesiumTx/");
console.info("官网示例部署地址 https://data.zgeo.work/api/cesium/Apps/Sandcastle/index.html");
</script>
</html>