challenge-landing-page-nico.../index.html
2022-10-10 09:54:37 -03:00

18 lines
484 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=], initial-scale=1.0">
<title>Desafio 1 - M3 Academy</title>
<link rel="stylesheet" href="./assets/styles.css">
</head>
<body>
<header class="page-header">
<a href="/">
<img class="header-logo" src="./assets/images/logo-m3.png" alt="Logo M3">
</a>
</header>
</body>
</html>