Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
update CDN for leaflet
  • Loading branch information
cityhubla authored Dec 16, 2023
1 parent 7058fc7 commit 0e8e1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<link rel="stylesheet" href="style.css" />
<link href='https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-latest.min.js " ></script>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>
<script src="js/leaflet.ajax.min.js"></script>
<script src="js/main.js"></script>
<link rel="shortcut icon" href="/favicon.png" />
Expand Down

0 comments on commit 0e8e1de

Please sign in to comment.