-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·42 lines (36 loc) · 2.18 KB
/
index.html
File metadata and controls
executable file
·42 lines (36 loc) · 2.18 KB
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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Vizit</title>
<meta name="application-name" content="Vizit">
<meta name="description" content="OpenFusion GIS Visualizer">
<meta name="author" content="David Tucker">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/png" href="images/icon.png">
<link rel="apple-touch-icon" href="apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" sizes="57x57" href="apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
<link rel="author" type="text/plain" href="humans.txt">
<link rel="license" type="text/plain" href="https://www.gnu.org/licenses/gpl.txt">
<link rel="stylesheet" href="styles/normalize.min.css">
<link rel="stylesheet" href="styles/main.css">
<script src="https://code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@0.7.2/dist/leaflet.css">
<script src="https://unpkg.com/leaflet@0.7.2/dist/leaflet.js"></script>
<script src="scripts/vendor/jquery.ui.touch-punch.min.js"></script>
<script src="scripts/vendor/leaflet.SliderControl.min.js"></script>
</head>
<body>
<a id="version" href="https://openfusion-dev.github.io/vizit/">Vizit <abbr title="version">v</abbr>2.4.0b</a>
<button id="toggle">loading</button>
<div id="canvas"></div>
<script src="scripts/openfusion-0.1.0.min.js"></script>
<script src="scripts/vizit-0.1.0.min.js"></script>
<script src="scripts/plugins.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>