Merge pull request #7 from ZhaoZuohong/dev
change jQuery CDN: using unpkg right now
This commit is contained in:
commit
402e502079
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
*/}}
|
||||
|
||||
<!-- todo change jquery -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="https://unpkg.com/jquery@3.3.1/dist/jquery.min.js"></script>
|
||||
|
||||
<!-- like button -->
|
||||
<link href="https://cdn.bootcss.com/font-awesome/5.8.2/css/all.min.css" rel="stylesheet">
|
||||
|
|
Loading…
Add table
Reference in a new issue