-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (29 loc) · 965 Bytes
/
index.html
File metadata and controls
37 lines (29 loc) · 965 Bytes
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
<!DOCTYPE html>
<html>
<head>
<<<<<<< HEAD
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.17.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.17.0/mapbox-gl.css' rel='stylesheet'>
=======
<title>Chennard Testing</title>
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.17.0/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.17.0/mapbox-gl.css' rel='stylesheet'>
>>>>>>> parent of 5985eab... Test Drive
</head>
<body>
<<<<<<< HEAD
<div id='map' />
=======
>>>>>>> parent of 5985eab... Test Drive
<h1>Hello World</h1>
<p>Dit is een pagina test</p>
<div id="map" style="width: 400px; height: 300px" />
<script type="text/javascript">
mapboxgl.accesToken = "pk.eyJ1IjoiY2hlbm5hcmQiLCJhIjoiSW5paGFXdyJ9.GeeKy4NWLyxWng7_z-s-Lg";
var map = new mapboxgl.Map({
container: "map",
style: "mapbox://styles/mapbox/streets-v8"
})
</script>
</body>
</html>