-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUsAt.html
50 lines (39 loc) · 1.38 KB
/
ContactUsAt.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
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "icon" href ="images\logo.png" type = "image/x-icon">
<link rel="stylesheet" href="stylesheets\styleContactUsAt.css">
<title>Contact Us At | BTS MOTORS</title>
</head>
<body>
<iframe src="navigation_bar.html" width="100%" height="330" scrolling="no" style="overflow: hidden; border:none;"></iframe>
<h1>Contact Us At</h1>
<hr class="b">
<hr class="b">
<div class="call">
<h3>By Phone</h3>
<img src="https://i.ibb.co/KFqtkfC/imageedit-18-5474857668.png" height="100">
<h4>(Monday to Friday, 9am to 9pm IST)</h4>
<h5>Toll-Free:</h5>
<br>
<a href="tel:9302508479">(+91) 9302508479</a>
</div>
<hr class="a">
<div class="email">
<h3>By Email</h3>
<img src="https://i.ibb.co/1MhLShT/imageedit-22-4187754578.png" height="100">
<h4>Just mail us your questions or concerns and we will give you the help you need:</h4>
<br>
<a href="mailto:bhavjotbhavi14@gmail.com">bhavjotbhavi14@gmail.com</a>
</div>
<hr class="a">
<div class="liveChat">
<h3>By Live Chat</h3>
<img src="https://i.ibb.co/dJzY7sg/imageedit-21-2018998972.png" height="100">
<h4>Just Click the below button and type your Query and we will give you the help you need:</h4>
<br>
</div>
<iframe src="footer.html" width="100%" height="680" scrolling="no" style="overflow: hidden; border:none;"></iframe>
</body>
</html>