forked from TheGartrellGroup/Mapbox-GL-JS-Layer-Tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 805 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<link href='node_modules/mapbox-gl/dist/mapbox-gl.css' rel='stylesheet' />
<link href='node_modules/bootstrap/dist/css/bootstrap.min.css' rel='stylesheet' />
<link href='node_modules/font-awesome/css/font-awesome.min.css' rel='stylesheet' />
<link href='dist/css/styles.min.css' rel='stylesheet' />
<link href='css/app.css' rel='stylesheet' />
</head>
<body>
<div id='map'></div>
<script src='node_modules/mapbox-gl/dist/mapbox-gl.js'></script>
<script src='dist/js/scripts.min.js'></script>
<script src='node_modules/bootstrap/dist/js/bootstrap.min.js'></script>
<script src="js/app.js"></script>
</body>
</html>