-
Notifications
You must be signed in to change notification settings - Fork 0
/
home2.html
34 lines (32 loc) · 1.54 KB
/
home2.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="style44.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 class="active"><a href=""> SERVICES</a></li>
<li><a href="home3.html"> 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>
<font color="lightblue">
<center>
<p>
<br/><br/><br/>
VY is one of the front runners in the Indian Passenger Travel Industry amongst the private sector players. 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. 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. 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>
</font>
</header>
</body>
</html>