Skip to content

Commit 2d06b5d

Browse files
committed
fix CDN css
1 parent 23762c9 commit 2d06b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="./libs/css/blue.css">
1212
<link rel="stylesheet" href="./css/index.css">
1313
<link rel="stylesheet" href="./css/header.css">
14-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
14+
<link rel="stylesheet" href="http://cdn.bootcss.com/animate.css/3.5.2/animate.min.css" >
1515
<link rel="stylesheet" href="http://cdn.bootcss.com/leaflet/1.0.3/leaflet.css">
1616
<link rel="stylesheet" href="http://cdn.bootcss.com/openlayers/4.0.1/ol.css">
1717
<link rel='stylesheet' href='http://cdn.bootcss.com/mapbox-gl/0.36.0/mapbox-gl.css'/>

0 commit comments

Comments
 (0)