-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (20 loc) · 1.01 KB
/
index.html
File metadata and controls
26 lines (20 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="PT-BR">
<head><title>shoptimao</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="estilo.css">
</head>
<body>
<div class="cabecalho"> LOJA SHOP TIMÃO
</div>
<div class="conteudo"><h1>BEM VINDO A LOJA OFICIAL DO SCCP<br></h1>
Somos um loja OFICIAL do Sport Club Corinthians Paulista, na qual vendemos camisas e chuteiras do time.
Temos nossa franquia no Brasil todo, para os nossos 40mi de torcedores<br><br>
<a href="https://www.shoptimao.com.br/busca?nsCat=Natural&q=camisa+de+time">
<img src="camiseta.jpg" align="left" width="800px" height="400px"></a>
<a href="https://www.shoptimao.com.br/busca?nsCat=Artificial&q=chuteira&searchTermCapitalized=Chuteira&sort=new-releases">
<img src="chuteira.jpg" align="right" width="800px" height="400px"></a>
</div>
<div class="rodape"> VAI CORINTHIANS
</div>
</body></html>