change cdn links

This commit is contained in:
2025-03-15 13:58:30 +04:00
parent 24e03df9b2
commit 2969c6cb55
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<html>
<head>
<title>JWE - KAT</title>
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl/dist/maplibre-gl.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/maplibre-gl/5.0.0/maplibre-gl.css" />
<link rel="stylesheet" href="../css/map.css" />
</head>
<body>
@@ -14,7 +14,7 @@
<div id="map"></div>
<script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/maplibre-gl/5.0.0/maplibre-gl.js"></script>
<script src="../js/map.js"></script>
</body>
</html>