20 lines
739 B
HTML
20 lines
739 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>Document</title>
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="./assets/styles/main.css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<header class="header">
|
||
|
<a href="">
|
||
|
<img class="header-logo" src="./assets/images//LogoM3Academy.svg" alt="logo M3">
|
||
|
</a>
|
||
|
</header>
|
||
|
</body>
|
||
|
</html>
|