-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 871 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>Começou vai!</title>
<link rel="shortcut icon" href="favicon_io (1)/favicon.ico" type="image/x-icon">
</head>
<body>
<h1>Bem-vindos/Bienvenidos/Welcome</h1>
<p>Estamos começando os nossos desafios! Então vamos ver até onde conseguimos ir!</p>
<img src="https://c.tenor.com/8HwYM0SmXkQAAAAC/fullmetalalchemist-armstrong.gif" alt="armstrong">
<p>
<strong>SOOOOO LET'S GO</strong>
</p>
<p>
<a href="desafio1.html" title="Desafio 1"><img src="https://play-lh.googleusercontent.com/2Hryhxm5BrraN_Ozi2as6hJqzGfA2EAIQZoqzZlKzx1nLWAvgcZAYo_QuL9spmIfRQ=w240-h480-rw" alt="to be continued"></a>
</p>
</body>
</html>