-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphotograph.html
45 lines (41 loc) · 1.68 KB
/
photograph.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
<!DOCTYPE html>
<html>
<head>
<title>Photographs</title>
</head>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="stylesheet" href="photo.css">
<body>
<header>
<div>
<i class="fas fa-bus"></i>
<p>Travel</p>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Photographs</a></li>
<li><a href="#">Travel</a></li>
<li><a href="form.html">Book now</a></li>
</ul>
</nav>
</div>
</header>
<div class="heading">
<center></center><h1></h1>
</div>
<div class="img-box">
<center>
<br><br><br>
<iframe width="1200px" height="600px" frameborder="0" src="https://momento360.com/e/u/993d2ec4f6e94061944e3e82c735762c?utm_campaign=embed&utm_source=other&heading=2.27&pitch=27.49&field-of-view=75&size=medium">
</iframe><br><br>
<iframe width="1200px" height="600px" frameborder="0" src="https://momento360.com/e/u/7bc47c8155df404495c58755313c37c4?utm_campaign=embed&utm_source=other&heading=-130.45&pitch=27.47&field-of-view=75&size=medium">
</iframe><br><br>
<iframe width="1200px" height="600px" frameborder="0" src="https://momento360.com/e/u/8c027cfe3f8149bb915081147cc4e7e2?utm_campaign=embed&utm_source=other&heading=-22.43&pitch=0.01&field-of-view=75&size=medium">
</iframe><br>
</center>
</div>
</body>
</html>