2022-10-11 10:05:45 -04:00
|
|
|
<!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>M3 Landing Page</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="./acesso/styles/main.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header class="page-header">
|
|
|
|
<a href="/">
|
|
|
|
<img class="header-logo" src="./acesso/image/LogoM3.svg" alt="LogoM3">
|
|
|
|
</a>
|
|
|
|
</header>
|
2022-10-11 14:48:35 -04:00
|
|
|
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<img class="main-baner-desck" src="./acesso/image/main.baner-descktop.png" alt="baner principal descktop">
|
|
|
|
<img class="main-baner-mobile" src="./acesso/image/main.baner-mobile.png" alt="baner principal mobile">
|
|
|
|
</section>
|
|
|
|
</main>
|
2022-10-11 10:05:45 -04:00
|
|
|
</body>
|
|
|
|
</html>
|