-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 883 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Order Households, Toys, Novelties here">
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="logo/fav2.jpg">
<title>RKN</title>
</head>
<body>
<table>
<tr>
<td><a href="#"><img src="logo/RKN_logo3.png" alt="RKN logo"></a></td>
<td>
<p><i>Order Households, Toys, Novelties here</i></p>
<p>We are the RKN shops in Pollachi, as we deliver the products with customer satisfaciton in mind</p>
</td>
</tr>
</table>
<br>
<hr>
<h3>Category of Products</h3>
<ul>
<li><a href="households.html">HouseHold Items</a></li>
<li>Novelty</li>
<li>Toys</li>
</ul>
<a href="contactUs.html">Contact us</a>
</body>
</html>