2022-10-11 00:42:46 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="ptBR">
|
|
|
|
<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-11 19:06:41 +00:00
|
|
|
<link rel="stylesheet" href="./css/style.css">
|
2022-10-11 00:42:46 +00:00
|
|
|
<title>challenge-landing-page</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-10-11 19:06:41 +00:00
|
|
|
<header>
|
|
|
|
<figure class="header-logo">
|
|
|
|
<img class="logo" src="./assets/img/Logo-M3Academy 1.png" alt="">
|
|
|
|
</figure>
|
|
|
|
<figure>
|
|
|
|
<img class="header-computer" src="./assets/img/Rectangle 9.jpg" alt="">
|
|
|
|
</figure>
|
|
|
|
</header>
|
2022-10-11 00:42:46 +00:00
|
|
|
</body>
|
|
|
|
</html>
|