-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpecaseacessorios.html
34 lines (34 loc) · 1.23 KB
/
pecaseacessorios.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 lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/pecaseacessorios.html.css">
<title>Imagem de fundo</title>
</head>
<body>
<header class="container">
<img src="./Imagens/Logo_da_loja.png" class="logo" alt="Imagem">
<div class="divisao">
<img class="localigacao" src="./Imagens/localizacao.png" alt="localizacao">
<div class="endereco">
<p>AV. RUA ASSUNÇÃO N 49<br>85870-030 VILA C</p>
</div>
<img class="telefone" src="./Imagens/telefone.png" alt="telefone">
<div class="vendas">
<p>TELEVENDAS <br>(45) 3524-9431</p>
</div>
</div>
</header>
<nav>
<a href="./index.html" rel="prev">Início</a>
<a href="./pecaseacessorios.html" rel="next">Peças & Acessórios</a>
<a href="./servicos.html" rel="next">Serviços</a>
<a href="./QuemSomos.html" rel="next">Quem Somos</a>
<a href="./faleconosco.html" rel="next">Fale Conosco</a>
</nav>
<footer>
<p></p>
</footer>
</body>
</html>