-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
81 lines (76 loc) · 2.92 KB
/
Home.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>MOTO Fix</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1 align="center">Moto Fix Workshop</h1>
<div class="container">
<header>
<div id="logo">
<a href="#"><img src="purple.png" alt="Banner"></a>
</div>
<ul class="nav_menu">
<li><a href="Home.html">Home</a></li>
<li><a href="C:\Users\Dell\source\repos\registration form\registration form\Registration.aspx">New Registration</a></li>
<li><a href="service.html">Admin Login</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="Contact.html">Contact Us</a></li>
</ul>
<div class="clear"></div>
</header>
<section id="Mainbody">
<div id="WelcomeDiv">
<h2 align="center"><marquee>Welcome to Official MotoFix Website</marquee></h2>
<h3 font="Sans Serif">Hassle-free Two-Wheelers Services</h3>
<ul class="service">
<li>@Your Parking</li>
<li>7 Days a Week</li>
<li>Across Pune & Mumbai</li>
</ul>
</div>
<div id="EmailLetter">
<form method="post" action="login.php">
User ID:<input type="email" name="Email" placeholder="Enter E-mail id">
<br>
Password:<input type="password" name="Password" placeholder="Enter password">
<br><br>
<input type="submit" name="submit" value="Login">
<input type="reset" name="reset" value="Reset">
</form>
</div>
<div class="clear"></div>
<div id="LeftDiv">
<h4>Services Offered:-</h4>
<ul>
<li>Batteries</li>
<li>Insurance/Claims</li>
<li>Breakdown Assistance</li>
<li>Servicing & Maintenance</li>
<li>Accidental Repair</li>
<li>Tyres</li>
<li>Denting & Painting</li>
</ul>
</div>
<div id="RightDiv">
<img src="brand_logo.jpg">
<h4>Brands We Service:-</h4>
<ul>
<li>Hero</li>
<li>Bajaj</li>
<li>Yamaha</li>
<li>Vespa</li>
<li>TVS</li>
<li>Suzuki</li>
<li>Mahindra</li>
<li>Royal Enfield</li>
</ul>
</div>
</section>
<div class="clear"></div>
<footer>Copyright@Kshitiz</footer>
</div>
</body>
</html>