teste 1
This commit is contained in:
parent
89ee7124ac
commit
f91c02b9a6
9
imagens/Logo-M3Academy 1.svg
Normal file
9
imagens/Logo-M3Academy 1.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 19 KiB |
BIN
imagens/Rectangle 9.png
Normal file
BIN
imagens/Rectangle 9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
20
index.html
Normal file
20
index.html
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<!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>
|
Loading…
Reference in New Issue
Block a user