-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimggal1.php
93 lines (74 loc) · 2.66 KB
/
imggal1.php
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles1.css">
</head>
<body>
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 5</div>
<img src="img/weligama.jpg" style="width:50%" height="50%" class="center">
<div class="text">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 5</div>
<img src="img/w1.jpg" style="width:50%" height="50%" class="center">
<div class="text">Caption Two</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 5</div>
<img src="img/w2.jpg" style="width:50%" height="50%" class="center">
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 5</div>
<img src="img/w3.jpg" style="width:50%" height="50%" class="center">
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">5 / 5</div>
<img src="img/w4.jpg" style="width=50%" height="50%" class="center">
<div class="text">Caption Three</div>
</div>
</div>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 5</div>
<img src="img/5.jpg" style="width:50%" height="50%" class="center">
<div class="text">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 5</div>
<img src="img/6.jpg" style="width:50%" height="50%" class="center">
<div class="text">Caption Two</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 5</div>
<img src="img/7.jpg" sstyle="width:50%" height="50%" class="center">
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 5</div>
<img src="img/8.jpg" style="width:50%" height="50%" class="center">
<div class="text">Caption Three</div>
</div>
<div class="mySlides fade">
<div class="numbertext">5 / 5</div>
<img src="img/ella.jpg" style="width:50%" height="50%" class="center">
<div class="text">Caption Three</div>
</div>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
</div>
<script src="js/exjs.js"></script>
</body>
</html>