23 lines
663 B
HTML
23 lines
663 B
HTML
<!DOCTYPE html>
|
|
<html lang="pt-BR">
|
|
<head>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Desafio Landing Page</title>
|
|
|
|
|
|
<link rel="stylesheet" href="assets/styles/mian.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header class="cabecalho">
|
|
<a href="/"><img class="cabecalho-logo" src="assets/image/Logo-M3Academy.svg" alt="Logo da M3 academy"></a>
|
|
</header>
|
|
</body>
|
|
|
|
</html>
|