2022-10-07 14:54:15 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="pt-BR">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2022-10-07 15:16:27 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link rel="stylesheet" href="/assets/styles/main.css" />
|
2022-10-07 14:54:15 +00:00
|
|
|
|
|
|
|
<title>M3 Landing Page</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header class="page-header">
|
|
|
|
<a href="/">
|
2022-10-07 15:16:27 +00:00
|
|
|
<img class="header-logo" src="/assets/images/m3-logo.svg" alt="Logo M3" />
|
2022-10-07 14:54:15 +00:00
|
|
|
</a>
|
|
|
|
</header>
|
2022-10-07 15:16:27 +00:00
|
|
|
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<img class="main-banner main-banner-desktop" src="./assets/images/main-banner-desktop.png" alt="Banner Principal Desktop">
|
|
|
|
<img class="main-banner main-banner-mobile" src="./assets/images/main-banner-mobile.png" alt="Banner Principal Mobile">
|
|
|
|
</section>
|
|
|
|
</main>
|
2022-10-07 14:54:15 +00:00
|
|
|
</body>
|
|
|
|
</html>
|