-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.26 KB
/
Copy pathindex.html
File metadata and controls
40 lines (37 loc) · 1.26 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Lakeside Pokhara</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<a href="#" class="logo">Travel</a>
<div class="toggle"><img src="toggle.png"></div>
</header>
<div class="banner">
<video src="adit.mp4" muted autoplay loop type="mp4"></video>
<div class="textBox">
<h2>Beautiful Pokhara</h2>
<p>Lakeside is a popular tourist destination beside Phewa Tal (lake) in Nepal's second largest city Pokhara. The main areas of Pokhara are broken up into Lakeside, Damside and the old Pokhara. Within Lakeside there's now a north Lakeside and
a South Lake side.Thank you!</p>
<a href="#">Read More</a>
</div>
<div class="videoBx">
<video src="adit.mp4" muted autoplay loop type="mp4"></video>
</div>
<ul class="sci">
<li>
<a href="#"><img src="facebook.png"></a>
</li>
<li>
<a href="#"><img src="twitter.png"></a>
</li>
<li>
<a href="#"><img src="instagram.png"></a>
</li>
</ul>
</div>
<script src="script.js"></script>
</body>
</html>