forked from CesiumGS/cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.1 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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html>
<head>
<title>Cesium</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; }
</style>
</head>
<body>
<ul class="outer">
<li>
Apps
<ul>
<li><a href="Apps/CesiumViewer/index.html">Cesium Viewer</a></li>
<li><a href="Apps/Sandcastle/index.html">Sandcastle</a></li>
<li><a href="Apps/TimelineDemo/index.html">Timeline Demo</a></li>
</ul>
</li>
<li>
Tests
<ul>
<li><a href="Specs/SpecRunner.html">Run all tests</a></li>
<li><a href="Specs/SpecRunner.html?suite=_none_">Select a test to run</a></li>
<li><a href="Instrumented/jscoverage.html?../Specs/SpecRunner.html%3FbaseUrl%3D..%2FInstrumented">Run all tests with code coverage</a>
(build 'instrumentForCoverage' first.)</li>
</ul>
</li>
<li>
<a href="Build/Documentation/index.html">Documentation</a>
</li>
</ul>
</body>
</html>