-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsite_p2.html
31 lines (29 loc) · 1.05 KB
/
site_p2.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
<!DOCTYPE html>
<html lang= "pt-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/styles.css">
<title>MCA - Qual é o Ingrediente</title>
</head>
<body id="body1">
<div class="img"><img src="img/logo_do_site.jpeg" alt="Foto do Site 'Me Ajuda, Chef'"></div>
<div class="topnav">
<a href="site_p3.html">Home</a>
<a href="site_p2.html">Pesquisar</a>
<a href="index.htm">Receitas</a>
<a href="site_p4.html">Produtos</a>
<a href="site_p5.html">Minhas Receitas</a>
</div>
<div>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Quais ingredientes você tem?" aria-label="" aria-describedby="basic-addon2">
</div>
<div class="input-group-append">
<button class="btn btn-primary" type="button">Pesquisar</button>
</div>
</div>
</div>
</body>
<!-- Olá Tio Rafa, eu usei como base para o código esse vídeo: https://www.youtube.com/watch?v=37wGx9US0Sg -->
</html>