-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.html
147 lines (122 loc) · 3.56 KB
/
video.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>Video</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width ,user-scalable=no,initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/video.css">
</head>
<body >
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="image.html#">Images</a></li>
<li><a href="#">Video</a></li>
<li><a href="map.html">Map</a></li>
<li><a href="references.html">Reference</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div class="video1">
<div class="no1">
<video width="1350"controls>
<source src="images/10_Best_Places_to_Visit_in_Sri_Lanka_-_Travel_Video(240p).mp4" type="video/mp4" >
</video>
</div>
</div>
<div class="text">
<div class="no1">
<h1 style="font-size: 60px; color: #000066;">Let's Enjoy the Beauty of Sri Lanka</h1>
</div>
</div>
<div class="video2" align="center">
<div class="no1">
<video width="1000px"controls>
<source src="images/EXPLORE_SRI_LANKA_[4K](240p).mp4" type="video/mp4" >
</video>
</div>
</div>
<div class="video3" align="center">
<div class="no1">
<video width="1000px"controls >
<source src="images/Drone__Sri_Lanka_(HD)(240p).mp4" type="video/mp4" >
</video>
</div>
</div>
<div class="video4" align="center">
<div class="no1">
<video width="1000px" controls>
<source src="images/Sri_Lanka_by_Drone_(4K)(240p).mp4" type="video/mp4" >
</video>
</div>
</div>
<div class="video5" align="center">
<div class="no1">
<video width="1000px"controls>
<source src="images/Tour_Sri_Lanka,_Tourist_Attractions__GoPlaces_Sri_Lanka(240p).mp4" type="video/mp4" >
</video>
</div>
</div>
<div class="more">
<div class="pic">
<img src="images/download (58).jpg" width="200" height="100">
</div>
<div class="text">
<h1>To watch more videos</h1>
<a href="https://www.youtube.com/results?search_query=tourism+in+sri+lanka">Click Here</a>
</div>
</div>
<div class="final">
<div class="content">
<p>Content</p>
<ul>
<li>Histroy of Sri Lanka</li>
<li>Histroy of Tourism</li>
<li>Attraction Filed of Sri Lanka Tourism
<ul>
<li>Wildlife</li>
<li>Beaches</li>
<li>Natural Scenic Beauty</li>
<li>Botanical/Zoological Garden</li>
<li>Heritage and Pilgrimage</li>
<li>Sports and Adventure</li>
<li>Culture and Other</li>
<li>Hotels Field</li>
</ul>
</li>
<li>Tourist Map of Sri Lanka</li>
</ul>
</div>
<div class="contact">
<h1>Contact Us</h1> <br>
<p> HOT LINE :1912</p><br>
<div class="tele">
<div class="pic">
<img src="images/download (5).png" width="30px" height="30px">
</div>
<p>Telephone :</p>
<p>+94 112426900 ,+94 112 440001 /2426984</p>
<br>
</div>
<div class="add">
<p>Address:</p>
<p>No. 80,Galle Road,Colombo 03,Sri Lanka.</p>
</div> <br>
<div class="fb">
<div class="pic">
<img src="images/download (3).png" width="30px" height="30px"> </div>
<p>FaceBook :</p>
<a href="https://www.facebook.com/tourismsrilanka.gov.lk">FaceBook</a></div>
<br>
<div class="link">
<div class="pic">
<img src="images/download (4).png" width="30px" height="30px">
</div>
<p>Linkedin :</p> <a href="https://www.linkedin.com/company/sri-lanka-tourism">Linkedin</a>
</div>
</div>
<br>
</div>
</body>
</html>