-
Notifications
You must be signed in to change notification settings - Fork 0
/
desafio2.html
22 lines (22 loc) · 1016 Bytes
/
desafio2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2º Andar</title>
<link rel="shortcut icon" href="favicon_io (1)/favicon.ico" type="image/x-icon">
</head>
<body>
<h1>Desafio das Imagens!</h1>
<p>Se liga aqui vamos por tanto um favicon lá em cima...(Na verdade já tem desde a página de Welcome), como também olha essa foto!(Botamos fotos desde sempre)</p>
<img src="https://s2.glbimg.com/batjXNvnPPDc2csNvOY_W79vjUc=/0x0:727x355/600x0/smart/filters:strip_icc()/s.glbimg.com/po/tt2/f/original/2013/02/25/memes_2.jpg" alt="memes">
<p>Back to 2012</p>
<p>
<a href="desafio1.html"><--</a>
<a href="desafio3.html">
<img src="https://play-lh.googleusercontent.com/2Hryhxm5BrraN_Ozi2as6hJqzGfA2EAIQZoqzZlKzx1nLWAvgcZAYo_QuL9spmIfRQ=w240-h480-rw" alt="to be continued">
</a>
</p>
</body>
</html>