-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprodutos.html
40 lines (29 loc) · 1.01 KB
/
produtos.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Produtos - Pedrão Auto-peças</title>
<link rel="stylesheet" href="produtos.css">
<link rel="stylesheet" href="reset.css ">
</head>
</head>
<div class="caixa">
<h1><img src="logo" ad="" src="logo.pr">
<nav>
<body>
<header>
<div class="caixa">
<h1><img id="logo" src="https://st3.depositphotos.com/4799321/16113/v/450/depositphotos_161134992-stock-illustration-service-tools-flat-vector-icon.jpg"></h1>
<nav>
<ul>
<li><a href="index.html"> Página Inicial </a></li>
<li><a href="produtos.html"> Produtos </a></li>
<li><a href="contato.html"> Contato </a></li>
</ul>
</nav>
</div>
</header>
<main>
</main>
</body>
</html>