challenge-landing-page/index.html
2022-10-12 15:46:33 -03:00

33 lines
822 B
HTML

<!DOCTYPE html>
<html lang="pt-BR">
<head>
<link rel="preconnect" href="https://fonts.googleleapis.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>Challenge Landing Page</title>
<link
href="https://fonts.googleleaps.com/css2?family=Inter:wgt@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./assets/css/style.css" />
</head>
<body>
<header class="page-header">
<a href="#">
<img
class="header-logo"
src="./assets/images/logom3.png"
alt="Logo M3"
/>
</a>
</header>
</body>
</html>