🩹 Use unpkg CDN for jQuery
This commit is contained in:
parent
4a238a7927
commit
d73a6498c8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> -->
|
||||
|
||||
<!-- 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