2022-10-08 15:57:20 +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">
|
2022-10-09 10:13:51 +00:00
|
|
|
<link rel="stylesheet" href="./styles/header.css" class="css">
|
|
|
|
<link rel="stylesheet" href="./styles/main.css" class="css">
|
|
|
|
<link rel="stylesheet" href="./styles/reset.css" class="css">
|
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet">
|
|
|
|
<link rel="icon" type="image/svg+xml" href="./assets/svg/Logo M3 [branco].svg" />
|
|
|
|
<title>Primeiro desafio M3 Academy</title>
|
2022-10-08 15:57:20 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-10-09 10:13:51 +00:00
|
|
|
<header>
|
|
|
|
<a href="/">
|
|
|
|
<img src="./assets/svg/Logo-M3Academy.svg" alt="logo m3 academy">
|
|
|
|
</a>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<div class="background-main">
|
|
|
|
<figure>
|
|
|
|
<img src="./assets/imgs/header-background.jpeg" alt="background com uma imagem de notebook mostrando código de programação">
|
|
|
|
</figure>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</main>
|
2022-10-08 15:57:20 +00:00
|
|
|
</body>
|
|
|
|
</html>
|