-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 890 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
34
35
36
<style>
html, body, #wrapper {
height:100%;
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
#wrapper td {
vertical-align: middle;
text-align: center;
}
img {
width: 187px;
height: 187px;
}
</style>
<html>
<head>
<title>Decorade | Shop Online for Furniture, Home Decor, Furnishings, Kitchenware, Dining, Home Appliances and many more..</title>
<meta name="theme-color" content="#f47207">
<meta name="msapplication-navbutton-color" content="#505057">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
</head>
<body>
<table id="wrapper">
<tr>
<td><a href="http://www.decorade.in/"><img src="logo.gif" alt="" /><a></td>
</tr>
<tr>
<td><a href="http://www.decorade.in/"><h1>Decorade.in</h1><a></td>
</tr>
</table>
</body>
</html>