27 lines
680 B
HTML
27 lines
680 B
HTML
<!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="style/style.css">
|
|
<title></title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<a href="./">
|
|
<img src="assets/icons/Logo-M3.svg" alt="Logo-M3" class="logo-header">
|
|
</a>
|
|
</header>
|
|
<main>
|
|
<div class="banner-principal">
|
|
<figure>
|
|
<img src="assets/bannerPrincipal.png" alt="Computador aberto com codigos de programação">
|
|
</figure>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |