2022-10-08 02:27:05 +00:00
|
|
|
<!DOCTYPE html>
|
2022-10-09 02:20:47 +00:00
|
|
|
<html lang="pt-br">
|
2022-10-08 02:27:05 +00:00
|
|
|
|
|
|
|
<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">
|
2022-10-09 02:20:47 +00:00
|
|
|
<link rel="stylesheet" href="style/style.css">
|
2022-10-08 02:27:05 +00:00
|
|
|
<title></title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-10-09 02:20:47 +00:00
|
|
|
<header>
|
|
|
|
<a href="./">
|
2022-10-09 02:54:42 +00:00
|
|
|
<img src="assets/icons/Logo-M3.svg" alt="Logo-M3" class="logo-header" />
|
2022-10-09 02:20:47 +00:00
|
|
|
</a>
|
|
|
|
</header>
|
|
|
|
<main>
|
2022-10-09 02:54:42 +00:00
|
|
|
<div>
|
2022-10-09 02:20:47 +00:00
|
|
|
<figure>
|
2022-10-09 02:54:42 +00:00
|
|
|
<img src="assets/bannerPrincipal.png" alt="Computador aberto com codigos de programação"
|
|
|
|
class="banner-principal banner-principal-desktop" />
|
|
|
|
<img src="assets/bannerPrincipalMobile.png" alt="Computador aberto com codigos de programação"
|
|
|
|
class="banner-principal banner-principal-mobile" />
|
2022-10-09 02:20:47 +00:00
|
|
|
</figure>
|
|
|
|
</div>
|
|
|
|
</main>
|
2022-10-08 02:27:05 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|