-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="insex.css">
<title>Document</title>
</head>
<body>
<header>
<header class="conteiner">
<div>
<img src="https://www.shutterstock.com/image-vector/summer-beach-logo-vector-illustration-260nw-1923015245.jpg"
alt="logo" id="logo">
<ul>
</ul>
</nav>
<div>
<input type="search" id="buscar" placeholder="buscar... ">
<button onclick="Pesquisa()">busca</button>
</div>
<div id="resultados"></div>
</div>
</header>
</header>
<main>
<p> seja bem vindo ao meu site </p>
<p>aqui vc vai achar muitos quartos de minha pousada em um preço que cabe no seu bolso</p>
<img src="https://pousadapiuval.com.br/wp-content/uploads/2020/01/pousada-piuval-hotel-fazenda-mato-grosso-home.jpg"
alt="pousada" width="700" height="600">
</main>
<footer>
<div id="conteiner">
<button id="red">instagram</button>
<button id="red">facebook</button>
</div>
</footer>
</body>
</html>