Skip to content

Commit

Permalink
Added CCM barryclark#3
Browse files Browse the repository at this point in the history
  • Loading branch information
hridaydutta123 committed Mar 28, 2020
1 parent 1a8623d commit f68afbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions covid-crisis-map/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.css" />
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.7.5/leaflet.css" />
<link rel="stylesheet" href="style.css" />
<style type="text/css">
span {
Expand All @@ -23,8 +23,8 @@
<script src="https://www.gstatic.com/firebasejs/7.13.1/firebase-analytics.js"></script>


<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="https://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>

<script src="https://cdn-geoweb.s3.amazonaws.com/esri-leaflet/0.0.1-beta.5/esri-leaflet.js"></script>
<script src="https://cdn-geoweb.s3.amazonaws.com/esri-leaflet-geocoder/0.0.1-beta.5/esri-leaflet-geocoder.js"></script>
Expand Down

0 comments on commit f68afbe

Please sign in to comment.