-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (115 loc) · 3.48 KB
/
index.html
File metadata and controls
116 lines (115 loc) · 3.48 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<title>Latest Mobile phones,Smartphones,Accessories - Lava Ofiicial Website lavamobiles.com</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://www.lavamobiles.com/images/fevicon.png" type="image/x-icon">
</head>
<body>
<div id="navbar2">
<a> </a>
<a href="#"> </a>
<a href="#"> </a>
<a class="font1" href="#">Track Order |</a>
<a class="font2" href="#">E-store Account |</a>
<a class="font2" href="#">Customer Service 1860-500-5001</a>
</div>
<div id="navbar">
<a class="new"> </a>
<a class="new" id="logo"><img src="lava-mobiles-logo.png" alt="">
<a class="new" href="#">Products</a>
<a class="new" href="#">Lava Care</a>
<a class="new" href="#">Store Locator</a>
<a class="new" href="#">About Us</a>
<input placeholder="Search for Lava Mobiles">
</div>
<div id="firstpic">
</div>
<div id="prodcat">
<h1>Product Categories</h1>
</div>
<div id="maindiv">
<div id="div1">
</div>
<div id="div2">
</div>
<div id="div3">
</div>
<div id="div4">
</div>
</div>
<div id="d1">
<div id="d2">
</div>
<div id="d3">
<h3>Products</h3>
<a>Smartphones</a>
<br>
<a>Feature Phones</a>
<br>
<a>Tablets</a>
<br>
<a>Accessories</a>
</div>
<div id="d4">
<h3>Largest Phones</h3>
<a>Agni 2</a>
<br>
<a>Blaze 2</a>
<br>
<a>Blaze 5G 6GB</a>
<br>
<a>Yuva 2 Pro</a>
<br>
<a>Blaze 5G</a>
</div>
<div id="d5">
<h3>Lava Care</h3>
<a>Service@Home</a>
<br>
<a>Extended Warrenty Check</a>
</div>
<div id="d6">
<h3>Who we are</h3>
<a>About Lava</a>
<br>
<a>Press & Media</a>
<br>
<a>CSR Policy</a>
<br>
<a>Speak Up</a>
<br>
<a>Investor Relations</a>
<br>
<a>Blog</a>
</div>
<div id="d7">
<h3>Sitemap</h3>
<a>E-Waste Management</a>
<br>
<a>Terms and Conditions</a>
<br>
<a>Privacy Policy</a>
<br>
<a>Quality Policy</a>
<br>
<a>Videos</a>
<br>
<a>Alumni</a>
</div>
<div id="d8">
</div>
<div id="d9">
</div>
<div id="d10">
<p>
<br><br>Disclaimer: Product images, features, colors and specifications shown here are for representational purpose only and the actual may vary.
<br>
Copyright © Lava International Limited <br><br>
'LAVA' is a registered trademark, wholly owned by M/s Lava International Limited. Any imitation of trademark and/or label is illegal and is a punishable <br> offence.
</p>
</div>
</div>
</body>
</body>
</html>