File tree 1 file changed +10
-7
lines changed 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
5
5
< title > jQuery and CSS Popup Image Lightbox </ title >
6
- <!--jQuery-->
7
- < script src ="../js/jquery.min.js "> </ script >
8
- <!--Font Awesome-->
9
- < link href ="../css/font-awesome.min.css " rel ="stylesheet " />
10
- <!--Animate CSS-->
11
- < link href ="../css/animate.css " rel ="stylesheet " />
6
+ <!--jQuery-->
7
+ < script
8
+ src ="https://code.jquery.com/jquery-3.3.1.min.js "
9
+ integrity ="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= "
10
+ crossorigin ="anonymous "> </ script >
11
+ <!--Font Awesome-->
12
+ < link href ="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css " rel ="stylesheet " />
13
+ <!--Animate CSS-->
14
+ < link href ="css/animate.css " rel ="stylesheet " />
12
15
<!--Popup Lightbox Js-->
13
16
< script src ="js/jquery.popup.lightbox.js "> </ script >
14
17
<!--Popup Lightbox CSS-->
@@ -45,4 +48,4 @@ <h2> jQuery Lightbox Popup Window Example</h2>
45
48
Coded with < span title ="Coffee "> </ span > by Asif Mughal © 2019 - < a href ="https://www.codehim.com " rel ="dofollow " title ="Awesome Web Projects and Tutorials " target ="_blank "> Codehim.com </ a >
46
49
</ footer >
47
50
</ body >
48
- </ html >
51
+ </ html >
You can’t perform that action at this time.
0 commit comments