-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (42 loc) · 1.43 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
<!DOCTYPE html>
<html>
<head>
<title>Simply Decor — Interior Decorator — Toni Macdonald — South Surrey and White Rock, British Columbia</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="en-us"/>
<meta name="robots" content="all"/>
<meta name="viewport" content="width=770"/>
<meta name="description" content="Simply Decor — Interior Decorator — Toni Macdonald — South Surrey and White Rock, British Columbia">
<style type="text/css">
body {
background:#FFF;
color:#000;
font-family: Arial,Helvetica,sans-serif,Verdana,'Trebuchet MS';
font-size:12px;
padding:40px;
}
div,p,dt,dd,li,td {
color:#FFF;
color:#000;
font-family: Arial,Helvetica,sans-serif,Verdana,'Trebuchet MS';
font-size:12px;
}
</style>
</head>
<body>
<div style="text-align: center;padding:0 0 20px 0">
<h1 style="display:none">Simply Decor</h1>
<img src="./logo.gif" width="541" height="437" alt="Vase — Toni Macdonald — Interior Decorator">
<p style="font-size:22px;">
Toni Macdonald
<br/><span style="font-size:12px;">Interior Decorator</span>
</p>
<p>
South Surrey & White Rock, BC<br/>604 313 6077
</p>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</body>
</html>