Skip to content

Commit aaef440

Browse files
authored
Update index.html
1 parent ed5ae72 commit aaef440

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
<meta name="description" content="Free jQuery and CSS3 window popup lightbox to show web page images in fancy way. Easy to use and fast." />
66
<title>Create jQuery and CSS Popup Image Lightbox </title>
77
<!--jQuery-->
8-
<script src="../js/jquery.min.js"></script>
9-
<!--Font Awesome-->
10-
<link href="../css/font-awesome.min.css" rel="stylesheet" />
11-
<!--Animate CSS-->
8+
<script
9+
src="https://code.jquery.com/jquery-3.3.1.min.js"
10+
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
11+
crossorigin="anonymous"></script>
12+
<!--Font Awesome-->
13+
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
14+
<!--Animate CSS-->
1215
<link href="../css/animate.css" rel="stylesheet" />
1316
<!--Popup Lightbox Js-->
1417
<script src="js/jquery.popup.lightbox.js"></script>

0 commit comments

Comments
 (0)