-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>x3d models index</title>
<!-- build:css css/index.css -->
<!-- bower:css -->
<!-- endbower -->
<link rel='stylesheet' type='text/css' href='js/leaflet/leaflet.css'></link>
<link rel='stylesheet' type='text/css' href='js/index.css'></link>
<!-- endbuild -->
<!-- build:js js/index.js -->
<!-- bower:js -->
<script src='bower_components/jquery/dist/jquery.js'></script>
<!-- endbower -->
<script type='text/javascript' src='js/jquery-ui/jquery-ui.js'></script>
<script type='text/javascript' src='js/leaflet/leaflet-src.js'></script>
<script type='text/javascript' src='js/index.js'></script>
<!-- endbuild -->
</head>
<body>
<div id="table_div">
<table id='model_table'>
</table>
</div>
<div id="leaflet_map"></div>
<div id='help_button' title='Help'>?</div>
<div id='help_content'>
<h2>Help</h2>
Please, follow <a href='https://blog.elphel.com/2017/09/long-range-multi-view-stereo-camera-with-4-sensors/#Scene_viewer'>this link</a>.
</div>
</body>
</html>