-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (34 loc) · 1.42 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
45
46
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>UTI DO CELULAR </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>UTI DO CELULAR</h1>
</header>
<p>-Assistencia celular, iPhone & Android </p>
<p>-Apenas peças originais </p>
<p>-Funcionarios capacitados no serviço</p>
<p>-Estamos atendendo desde 2010</p>
<p>-Nossa principal Loja é localizada na Rua 7 de Setembro, 456, Inacio Martins paraná </p>
<p>-Temos várias lojas espalhadas pelo País </p>
<p>-Também vendemos celulares, Cabos, Capinhas etc...</p>
<p>-E atendemos virtualmente também.</p>
<img id="celular" src="https://st.depositphotos.com/3079665/4118/v/950/depositphotos_41180991-stock-illustration-smartphone-holding-a-screwdriver-and.jpg">
<div class="beneficios">
<h2>BENEFICIOS & ENDEREÇOS </h2>
<ul>
<li class="itens">RUA 7 DE SETEMBRO, N°456</li>
<li class="itens">MELHOR ATENDIMENTO</li>
<li class="itens">ENTREGA RÁPIDA PARA SEUS CLIENTES</li>
<li class="itens">SEGUIDORES TEM DESCONTO</li>
<li class="itens">GARANTIA DE ATÉ 4 MESES</li>
<li class="itens">APENAS PEÇAS ORIGINAIS</li>
</ul>
<img id="celular1" src="https://www.ung.br/sites/ung.br/files/fields/imagemTopo/noticias/2022/03/hands-1851218_1280.jpg">
</div>
</body>
</html>