forked from M3-Academy/challenge-landing-page
28 lines
740 B
HTML
28 lines
740 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="./assets/style.css">
|
|
|
|
<title>Desafio 1 m3</title>
|
|
|
|
<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">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<header class="page-header">
|
|
<a href="/">
|
|
<img class="logo-header" src="assets/imagens/logo-m3.png" alt="Logo m3" />
|
|
</a>
|
|
</header>
|
|
|
|
</body>
|
|
|
|
</html> |