Skip to content

Commit

Permalink
SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatih Şennik committed Oct 21, 2017
1 parent ffe513a commit 230a3fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
crossorigin="anonymous">
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
href="https://cdn.jsdelivr.net/npm/leaflet@0.7.7/dist/leaflet.css"
/>
<!-- Custom styles for this template -->
<link href="style/justified-nav.css" rel="stylesheet">
Expand Down Expand Up @@ -231,11 +231,11 @@ <h1>How to Use it ?</h1>
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/d3.min.js"></script>


<script
src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js">
src="https://cdn.jsdelivr.net/npm/leaflet@0.7.7/dist/leaflet.js">
</script>

<script src="js/main.js"></script>
Expand Down

0 comments on commit 230a3fb

Please sign in to comment.