-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathluvas.html
34 lines (30 loc) · 942 Bytes
/
luvas.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
<!DOCTYPE html>
<html>
<head>
<title>Luvas | Coiffeur Shop</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="produtos.css">
<link rel="stylesheet" type="text/css" href="menu.css">
</head>
<body>
<header>
<a href="projeto-final.html"><img src="projetofinal.png"></a>
<ul>
<li><a href="contatos.html" target="_self">Contatos</a></li>
<li><a href="cliente.html" target="_self">Cliente</a></li>
<li><a href="equipe.html" target="_self">Equipe</a></li>
</ul>
</header>
<div id="produto">
<img width="300" src="luvas.jpg">
</div>
<h1>Luvas</h1><br>
<h2>Preço: R$ 12,00</h2>
<h3>Descrição:</h3>
<p>Luvas de Latex com o objetivo de não sujar as mãos e fazer o trabalho de forma mais limpa.</p>
<input type="submit" name="buy" value="Comprar"><br><br>
<footer>
<p>2018 Meu Site© Todos os Direitos Reservados</p>
</footer>
</body>
</html>