challenge-landing-page-gabr.../index.html

22 lines
735 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</title>
</head>
<body>
<header>
<img src="./assets/Logo-M3Academy 1.png" alt="logo m3"
/>
</header>
<section>
<img class="top-banner-desktop" src="./assets/Rectangle 9.png" alt="laptop com codigos"
/>
<img class="top-banner-mobile" src="./assets/Rectangle 9 mobile.png" alt="laptop com codigos"
/>
</section>
</body>
</html>