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

21 lines
516 B
HTML
Raw Normal View History

2022-10-09 23:16:03 +00:00
<!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>M3 Desafio 1</title>
</head>
<body>
<header class="page-header">
<a href="/">
<img class="header-logo" src="./assets/images/Logo-M3Academy 1.png" alt="Logo M3-Academy">
</a>
</header>
</body>
</html>