challenge-landing-page-caina/index.html

27 lines
923 B
HTML
Raw Normal View History

2022-10-11 02:13:55 +00:00
<!DOCTYPE html>
<html lang="pt-BR">
<head>
2022-10-11 12:21:59 +00:00
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-10-11 02:13:55 +00:00
<title>Desafio Landing Page</title>
<link rel="stylesheet" href="/assets/styles/main.css" />
</head>
<body>
2022-10-11 12:21:59 +00:00
<header class="page-header">
<a href="/">
<img class="logo-header" src="/assets/images/logo-m3.svg" alt="Logo M3 Academy" />
</a>
</header>
<main>
<div>
<img class="main-banner banner-main-desktop" src="/assets/images/banner-top-desktop.png" alt="Banner principal desktop">
<img class="main-banner banner-main-mobile" src="/assets/images/banner-top-mobile.png" alt="Banner principal mobile">
</div>
</main>
2022-10-11 02:13:55 +00:00
</body>
</html>