-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathday13.html
More file actions
29 lines (29 loc) · 1.6 KB
/
Copy pathday13.html
File metadata and controls
29 lines (29 loc) · 1.6 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
<!-- BOOTSTRAP -->
<!DOCTYPE html>
<html>
<head>
<title>BOOSTRAP DEMO</title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<h1>HOLIDAYS</h1>
<div class="row">
<div class="col-4">
<img src="https://www.irctc.co.in/nget/assets/images/exterior.jpg">
<p>Maharajas' Express
Redefining Royalty, Luxury and Comfort, Maharajas' express takes you on a sojourn to the era of bygone stately splendour of princely states. Sylvan furnishings, elegant ambience and modern amenities are amalgamated for an “Experience Unsurpassed”. It has been a winner of “World’s Leading Luxury train” by World Travel Awards consecutively for last six years.</p>
</div>
<div class="col-4">
<img src="https://www.irctc.co.in/nget/assets/images/Thailand.jpg">
</div>
<div class="col-4">
<img src="https://www.irctc.co.in/nget/assets/images/Kashmir.jpg">
</div>
</div>
</div>
</body>
</html>