challenge-landing-page-gabr.../index.html

20 lines
552 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">
<title>Desafio 1: Landing Page</title>
<link rel="stylesheet" href="./assets/CSS/main.css" />
</head>
<body>
<header class="page-header">
<a href="/">
<img class="header-logo"
src="./assets/images/Logo-M3Academy 1.svg"
alt="Logo M3"
/>
</a>
</header>
</body>
</html>