-
Notifications
You must be signed in to change notification settings - Fork 121
/
index.html
49 lines (45 loc) · 1.63 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
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row" style="margin-top:2em">
<div class="col jumbotron">
<h1>
Examples
</h1>
<p>
Here are several examples:
</p>
<ul>
<li>
<a href="dist/basic-viewer/index.html">Basic example</a>
</li>
<li>
<a href="dist/wexbim-files-viewer/index.html">WexBIM files viewer</a>
</li>
<li>
<a href="dist/featured-viewer/index.html">Featured viewer</a>
</li>
<li>
<a href="dist/pins/index.html">3D annotations</a>
</li>
<li>
<a href="dist/data-visualization/index.html">Data Visualization</a>
</li>
<li>
<a href="dist/3d-tracking/index.html">3D Tracking</a>
</li>
</ul>
<p>
You can also read <a href="docs" target="_blanc">documentation</a> if you are that kind of developer.
</p>
</div>
</div>
</div>
</body>
</html>