challenge-landing-page-uebe.../index.html
2022-10-08 16:21:00 -03:00

29 lines
807 B
HTML

<!DOCTYPE html>
<html lang="en">
<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="./src/style/style.css">
<title>Landing Page M3</title>
</head>
<body>
<header class="page-header">
<figure >
<a href="/"
><img src="./src/img/Logo-M3Academy 1.svg" alt="Logo M3Academy"
/></a>
</figure>
</header>
<main>
<div class="banner-principal-container">
<figure>
<img class="descktop-banner" src="/src/img/main-banner-descktop.png" alt="">
<img class="mobile-banner" src="/src/img/main-banner-mobile.png" alt="">
</figure>
</div>
</main>
</body>
</html>