Skip to content

Commit 86064d4

Browse files
committed
Create desafio002.html
1 parent 4e14931 commit 86064d4

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

desafios/d002/desafio002.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="pt-br">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="shortcut icon" href="imagens/favicon.ico" type="image/x-icon">
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<h1>Desafio das imagens</h1>
11+
<p>
12+
<img src="imagens/github-pp.png" alt="Gato PP">
13+
</p>
14+
<p>
15+
<img src="imagens/github-p.png" alt="Gato P">
16+
</p>
17+
<p>
18+
<img src="imagens/github-m.png" alt="Gato M">
19+
</p>
20+
<p>
21+
<img src="imagens/github-g.png" alt="Gato G">
22+
</p>
23+
<p>
24+
<img src="imagens/github-gg.png" alt="Gato GG">
25+
</p>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)