-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
32 lines (25 loc) · 930 Bytes
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<style>
body{background-image:"4.png"
}
</style>
</head>
<body>
<image src="4.jpg" height="280" width="580"" ></image>
<img src="Screenshot (161).png"height=320 width=500 style="float:right;margin-top:50px;margin-right:10px;">
<nav id="navbar">
<div id="Contact-goto" class="about-us-content">
<h1>Contact Us:</h1>
<p>+918179512530, +918434694060, [email protected]</p>
</div>
<div id="vision-goto" class="about-us-content">
<h1>Vision & Mission: </h1>
<p>Our mission is to provide you a good services at a very affordable price.</p>
</div>
<h1>Our Car Services: </h1>
<image src="12345.png" height="320" width="1900" ></image>
<button><a href="homepage.html"target="_blank"style="text-decoration:none;color:black;" >HOME</a></button>
</body>
</html>