2022-10-07 17:58:02 +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">
|
|
|
|
<title>M3 Lading Page</title>
|
|
|
|
<link rel="stylesheet" href="main.css">
|
|
|
|
</head>
|
|
|
|
|
2022-10-07 18:32:03 +00:00
|
|
|
<body>
|
|
|
|
<header class="page-header">
|
|
|
|
<a href="/">
|
|
|
|
<img class="header-logo" src="./assest/Logo M3.png" alt="logo M3">
|
|
|
|
</a>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<img class=" main-banner main-banner-desktop" src="./assest/main-banner-desktop.png" alt="Banner Principal Desktop">
|
|
|
|
<img class ="main-banner main-banner-mobile" src="./assest/main-banner-mobile.png" alt="Banner Principal mobile">
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
</body>
|
2022-10-07 17:58:02 +00:00
|
|
|
</html>
|