File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< title > Developers Map</ title >
5
5
< meta charset ="UTF-8 ">
6
- < link rel ="stylesheet " href ="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css " />
6
+ < link rel ="stylesheet " href ="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css "
7
+ integrity ="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA== "
8
+ crossorigin ="" />
7
9
< style type ="text/css ">
8
10
body { padding : 0 ; margin : 0 ; }
9
11
html , body , # developers-map { height : 100% ; }
10
12
</ style >
11
- < script src ="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js "> </ script >
13
+ < script src ="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js "
14
+ integrity ="sha512-nMMmRyTVoLYqjP9hrbed9S+FzjZHW5gY1TWCHA5ckwXZBadntCNs8kEqAWdrb9O7rxbCaA4lKTIWjDXZxflOcA== "
15
+ crossorigin ="">
16
+ </ script >
12
17
< script src ="http://code.jquery.com/jquery-2.1.0.min.js "> </ script >
13
- < link rel ="points " type ="application/json " href ="contributors.json ">
18
+ < link rel ="points " type ="application/json " href ="../resources/data/ contributors.json ">
14
19
</ head >
15
20
< body >
16
21
< div id ="developers-map "> </ div >
You can’t perform that action at this time.
0 commit comments