-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>
Noshad Bahger Ehzari personal Light Box
</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="some-class">
<a href="https://i.picsum.photos/">
<img src="imgs/166-100x100.jpg" class="another-class">
<p class="wp-caption-text">caption one</p>
</a>
<a href="https://i.picsum.photos/">
<img src="imgs/2dawdawd.jpg" class="another-class">
<p class="wp-caption-text">caption two</p>
</a>
<a href="https://i.picsum.photos/">
<img src="imgs/583-500x500.jpg" class="another-class">
<p class="wp-caption-text">caption three</p>
</a>
<a href="https://i.picsum.photos/">
<img src="imgs/951-2000x200.jpg" class="another-class">
<p class="wp-caption-text">caption four</p>
</a>
<a href="https://i.picsum.photos/">
<img src="imgs/980-5000x5000.jpg" class="another-class">
<p class="wp-caption-text">caption five</p>
</a>
<a href="https://i.picsum.photos/">
<img src="imgs/dawdawdawd.jpg" class="another-class">
<p class="wp-caption-text">caption six</p>
</a>
</div>
<script src="nbe-lightbox.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
</body>
</html>