forked from Flowm/cesium-sensor-volumes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·43 lines (39 loc) · 915 Bytes
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html>
<head>
<title>Cesium Sensors</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<style>
body { font-family: sans-serif; }
li { margin-top: 5px; }
.outer > li { margin-top: 1.4em; }
.smallFont { font-size: 60%; }
</style>
</head>
<body>
<ul class="outer">
<li>
Apps
<ul>
<li>
<a href="Examples/czml.html">CZML loading example</a>
</li>
<li>
<a href="Examples/api.html">Programmatic API example</a>
</li>
</ul>
</li>
<li>
Tests
<ul>
<li>
<a href="Specs/SpecRunner.html">Run all tests</a>
</li>
<li>
<a href="Specs/SpecRunner.html?category=none">Select a test to run</a>
</li>
</ul>
</li>
</ul>
</body>
</html>