-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·78 lines (71 loc) · 3.23 KB
/
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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Furniture R Us</title>
<!-- META TAGS-->
<meta name = "description" content = "Buy quality solid wood furniture at Furniture R Us. Solid wood furniture for your dining room, living room and bedroom - Free delivery on all products!"/>
<meta name = "keywords" content = "Solid wood, dining room,bedroom,living room,"/>
<meta name = "author" content = "Rayhan Chowdhury"/>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<!-- CSS FILE LINK-->
<link type="text/css" rel="stylesheet" href="style3.css" />
</head>
<body>
<center>
<table border="0" width="1000px" id="mainTable">
<!--first row-->
<tr>
<td width="50px"></td>
<td class="text"><center><img alt="Banner" src="menu/images/titlebanner.png"/>
<h4>Tel. 01895 233457</h4></center></td>
</tr>
<!--second row-->
<tr valign="top">
<td width="200px">
<!--table for menu button-->
<center>
<table border="0">
<tr>
<td> <center> <a href= "index.html"><img border="0" alt="Home" src="menu/images/home.png" /></a> </center> </td>
</tr>
<tr>
<td> <center> <a href= "living.html"><img border="0" alt="Living" src="menu/images/living.png" /></a> </center> </td>
</tr>
<tr>
<td> <center> <a href= "dining.html"><img border="0" alt="Dining" src="menu/images/dining.png" /></a> </center> </td>
</tr>
<tr>
<td> <center> <a href= "bedroom.html"><img border="0" alt="Bedroom" src="menu/images/bedroom.png" /></a> </center> </td>
</tr>
<tr>
<td> <center> <a href= "offers.html"><img border="0" alt="Offers" src="menu/images/offers.png" /></a> </center> </td>
</tr>
<tr>
<td> <center> <a href= "contactus.html"><img border="0" alt="Contact Us" src="menu/images/contactus.png" /></a> </center> </td>
</tr>
</table>
</center>
<br />
<center><img alt="Advert" src="menu/images/advertbanner.jpg"/></center>
</td>
<td class="text">
<br /> <br />
<h1><center>About Us</center></h1>
<br />
<p><center>At Furniture R Us we have worked hard to give the customer the very best of, product, service and of course price, and to that end we have produced this manifesto.</center></p>
<p><center>This charter does not just cover those specific ideals that Furniture R Us likes to uphold such as providing the very best value for money, but also our promise to maintain a healthy relationship with the community on our own door step and beyond, we are successful and like to, whenever possible use the resources gained from this success to support local charities, projects and organisations but also to commit ourselves to helping the environment within the business and further afield.</center></p>
<br /><br />
<center><a href="offers.html"><img alt="Home Page Banner" src="menu/images/homeofferbanner.jpg"/></a></center>
<br /><br />
</td>
</tr>
<!--third row-->
<tr>
<td width="200px"></td>
<td class="text"><center>© Furniture R Us</center></td>
</tr>
</table>
</center>
</body>
</html>