-
Notifications
You must be signed in to change notification settings - Fork 0
/
home4.html
42 lines (40 loc) · 1.21 KB
/
home4.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
<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><a href="home2.html"> SERVICES</a></li>
<li><a href="home3.html"> ABOUT US</a></li>
<li class="active"><a href=""> CONTACT US</a></li>
</ul>
</div>
<div class="hero">
<h1><i>Bus Booking Management</i></h1>
</div>
<center>
<br/><br/><br/>
<h2><u>Head Office</u></h2>
<p>
Gandhi Nagar Branch ( R C Road )
No 7 , Vishwa Complex, 2nd cross , Gandhinagar
Bangalore, Karnataka, Pin: 560001
080 22377777, 22260411, 41139096 [email protected]
</p>
<h2><u>Online Booking Support</u></h2>
<p>
e-Ticketing & e-Payment related issues
080 46333620
</p>
</center>
</header>
</body>
</html>