Skip to content

Commit

Permalink
recover cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
cXiaof committed Apr 17, 2019
1 parent 3b3dce2 commit 98d2892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no">
<meta name="theme-color" content="#033447">
<title>maptalks.control.compass</title>
<link rel="stylesheet" href="https://unpkg.com/maptalks/dist/maptalks.css">
<script src="https://unpkg.com/maptalks/dist/maptalks.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/maptalks/dist/maptalks.css">
<script src="https://cdn.jsdelivr.net/npm/maptalks/dist/maptalks.min.js"></script>
<link rel="stylesheet" href="../css/maptalks.control.compass.css">
<script src="../dist/maptalks.control.compass.js"></script>
<style type="text/css">
Expand Down

0 comments on commit 98d2892

Please sign in to comment.