-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (29 loc) · 1.44 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
<html>
<head>
<title>Figures-interior design website</title>
<link href="logo r.png" rel="icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="logo figures.png" class="logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="update.html">Bedroom</a></li>
<li><a href="update.html">Kitchen</a></li>
<li><a href="update.html">Dining</a></li>
<li><a href="update.html">Backyard</a></li>
</ul>
</div>
<div class="content">
<h1>DESIGN YOUR HOUSE</h1>
<p>Due to our propensity for original thinking, exceptional execution standards, and dedication to quality and standards, <br>we have always taken fresh and original approaches. The distinction has been recognised by our clients. Figure will approach the task with an imaginative eye,<br>whether it is a blueprint for an architectural plan, an interior design, or a new concept-selling design element.</p>
<div>
<button type="button" onclick="document.location='update.html'"><span></span>LET'S EXPLORE</button>
<button type="button" onclick="document.location='update.html'"><span></span>VIEW MORE</button>
</div>
</div>
</div>
</body>
</html>