-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesafio8.html
29 lines (26 loc) · 1.03 KB
/
desafio8.html
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
27
28
29
<!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>Desafio 8...</title>
<link rel="shortcut icon" href="favicon_io (1)/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body class="cinza">
<h1>Desafio das Páginas com cores!</h1>
<p>
Aqui é a primeira página, a cinza a braba das brabas! <br>
Segue o link das próximas!
</p>
<ul>
<li><a href="pag/verde.html" class="linkbranco">Página Verde!</a></li>
<li><a href="pag/amarela.html" class="linkbranco">Página Amarela!</a></li>
</ul>
<p>
<a href="desafio7.html" class="setinha"><--</a>
<a href="desafio9.html" class="linkbranco"><img src="https://play-lh.googleusercontent.com/2Hryhxm5BrraN_Ozi2as6hJqzGfA2EAIQZoqzZlKzx1nLWAvgcZAYo_QuL9spmIfRQ=w240-h480-rw" alt="to be continued"> esse aqui fica aqui feioso kkkkk fds</a>
</p>
</body>
</html>