2022-10-08 19:02:41 +00: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"/>
|
|
|
|
<link rel="stylesheet" href="css/index.css">
|
|
|
|
|
|
|
|
<title>Document</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header class="page-header">
|
|
|
|
<a href="/">
|
|
|
|
<img class="header-logo" src="./Assets/Images/logo-m3.png" alt="logo-m3"/>
|
|
|
|
</a>
|
|
|
|
</header>
|
2022-10-08 19:40:53 +00:00
|
|
|
<main>
|
|
|
|
<div>
|
|
|
|
<img class="Banner-principal Banner-principal-desktop" src="./Assets/Images/Banner-principal-desktop.png" alt="Banner-principal-desktop"/>
|
|
|
|
<img class="Banner-principal Banner-principal-mobile" src="./Assets/Images/Banner-principal-mobile.png" alt="Banner-principal-mobile"/>
|
|
|
|
</div>
|
|
|
|
</main>
|
2022-10-08 19:02:41 +00:00
|
|
|
</body>
|
|
|
|
</html>
|