diff options
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index d193447..b29f84f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ <html> <head> - <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" /> - <script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script> + <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" /> + <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script> {{ templates/index.css }} </head> <body> |
