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

29 lines
839 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" />
<title>Desafio Landing Page</title>
<link rel="stylesheet" href="assets/styles/main.css" />
</head>
<body>
<!--Adiciona header desktop e mobile-->
<header class="page-header">
<a href="/">
<img class="header-logo" src="assets/imagens/logo-m3.svg" alt="Logo M3" />
</a>
</header>
<main>
<!--Adiciona banner principal-->
<figure>
<img class="main-banner" src="assets/imagens/main-banner.png" alt="Banner Principal" />
</figure>
</main>
</body>
</html>