challenge-landing-page-jess.../desafio1.html

29 lines
727 B
HTML
Raw Normal View History

2022-10-13 19:01:20 +00:00
<!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">
<link rel="stylesheet" href="desafio1.css">
<title>Landing Page</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap" rel="stylesheet">
</head>
<body class="body">
<header class="header">
<img class="logo-m3" src="./Assets/Images/Logo-M3Academy 1.svg" alt="logo m3 Academy">
</header>
</body>
</html>