20 lines
635 B
HTML
20 lines
635 B
HTML
|
<!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">
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
<title>Desafio 1 - Landing Page</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header class="cabecalho">
|
||
|
<img class="imagemCabecalho" src="imagens/Logo-M3Academy 1.svg" alt="Imagem m3 Academy">
|
||
|
</header>
|
||
|
<main>
|
||
|
<div class="corpoPt1">
|
||
|
<img class="imagemCorpoPt1" src="imagens/Rectangle 9.png" alt="imagem de computador">
|
||
|
</div>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|