-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 847 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html lang="en-us">
<head>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="p25">
<h2><p>Tests</p></h2>
<ul id="examples">
<li><a href="./tests/pickingtest.html">Selection buffer test</a></li>
<li><a href="./tests/stresstest.html">Stress test</a></li>
<li><a href="./tests/datatest.html">Data selection test</a></li>
<li><a href="./tests/combinationtest.html">Combination test</a></li>
<li><a href="./tests/gaiatest.html">Gaia data release test</a></li>
<li><a href="./tests/testing.html">Experimental shader test</a></li>
<li><a href="./tests/placesCNNtest.html">PlacesCNN test</a></li>
</ul>
</div>
</body>
</html>