desafio-landing-page-josegm.../landingpage.html

34 lines
654 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" />
<link rel="stylesheet" href="./assets/styles/main.css" />
<title>M3 Academy - José G Mata R</title>
</head>
<body>
<header class="page-header">
<a href="#">
<img class="header-logo" src="./assets/images/logo-m3.png" alt="Logo M3" />
</a>
</header>
<main>
</main>
<footer>
</footer>
</body>
</html>