-
Notifications
You must be signed in to change notification settings - Fork 0
/
home3.html
34 lines (33 loc) · 1.48 KB
/
home3.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
<html>
<head>
<title>Bus Booking Webiste</title>
<link href="style3.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="row">
<div class="logo">
<img src="bus1.jpeg">
</div>
<ul class="main-nav">
<li><a href="search.html"> HOME</a></li>
<li><a href="home2.html"> SERVICES</a></li>
<li class="active"><a href=""> ABOUT US</a></li>
<li><a href="home4.html"> CONTACT US</a></li>
</ul>
</div>
<div class="hero">
<h1><i>Bus Booking Management</i></h1>
</div>
<h2>
<center>
<br/><br/><br/>
VY TRAVELS
VY is one of the front runners in the Indian Passenger Travel Industry amongst the private sector players.
<p>These operations are conducted under the guidance of VY TRAVELS covering more than 10 routes connecting nearly 8 destinations with over 48 luxury Buses / Coaches.</p>
<p>It is the Market Leader in Karnataka's Private Passenger Travel Industry. Our customer have the choice of several bus types, viz. AC / Non A/c Sleeper coach, AC / Non A/c Semi Sleeper / Seater, etc.</p>
<p>Our fleet comprises a wide range of vehicles of several makes such as Volvo, Isuzu, Ashok Leyland, etc to cater to every customer pocket preference.
</p></center>
</h2></header>
</body>
</html>