We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e14931 commit 86064d4Copy full SHA for 86064d4
1 file changed
desafios/d002/desafio002.html
@@ -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
15
+ <img src="imagens/github-p.png" alt="Gato P">
16
17
18
+ <img src="imagens/github-m.png" alt="Gato M">
19
20
21
+ <img src="imagens/github-g.png" alt="Gato G">
22
23
24
+ <img src="imagens/github-gg.png" alt="Gato GG">
25
26
+</body>
27
+</html>
0 commit comments