We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afafe85 + f912851 commit 629c155Copy full SHA for 629c155
index.html
@@ -3,11 +3,11 @@
3
<head lang="en">
4
<meta charset="UTF-8">
5
<title>Leaflet Basemaps Control</title>
6
- <link rel="stylesheet" href="//npmcdn.com/leaflet@1.0.0-rc.3/dist/leaflet.css" />
+ <link rel="stylesheet" href="//unpkg.com/leaflet@1.0.0-rc.3/dist/leaflet.css" />
7
<link rel="stylesheet" href="L.Control.Basemaps.css" />
8
</head>
9
<body>
10
- <script src="//npmcdn.com/leaflet@1.0.0-rc.3/dist/leaflet-src.js"></script>
+ <script src="//unpkg.com/leaflet@1.0.0-rc.3/dist/leaflet-src.js"></script>
11
<script src="L.Control.Basemaps.js"></script>
12
<div id="map" style="position: absolute; top: 0; left:0; bottom:0; right: 0;"></div>
13
0 commit comments