Skip to content

Commit ed5ae72

Browse files
authored
Update popup-lightbox.html
1 parent 1ab2fea commit ed5ae72

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

popup-lightbox.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
<head>
44
<meta name="viewport" content="width=device-width, initial-scale=1 "/>
55
<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" />
1215
<!--Popup Lightbox Js-->
1316
<script src="js/jquery.popup.lightbox.js"></script>
1417
<!--Popup Lightbox CSS-->
@@ -45,4 +48,4 @@ <h2> jQuery Lightbox Popup Window Example</h2>
4548
Coded with <span title="Coffee"></span> by Asif Mughal &copy; 2019 - <a href="https://www.codehim.com" rel="dofollow" title="Awesome Web Projects and Tutorials" target="_blank"> Codehim.com </a>
4649
</footer>
4750
</body>
48-
</html>
51+
</html>

0 commit comments

Comments
 (0)