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

27 lines
665 B
HTML
Raw Normal View History

2022-10-12 00:16:12 +00:00
<!DOCTYPE html>
2022-10-12 00:23:41 +00:00
<html lang="pt-BR">
2022-10-12 00:16:12 +00:00
<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">
2022-10-12 00:23:41 +00:00
<title>M3 Challenge Landing Page</title>
<link rel="stylesheet" href="assets/styles/main.css">
2022-10-12 00:16:12 +00:00
</head>
2022-10-12 00:23:41 +00:00
2022-10-12 00:16:12 +00:00
<body>
2022-10-12 00:23:41 +00:00
<header class="page-header">
<a href="/">
<img class="header-logo" src="assets/img/logo-m3.svg" alt="Logo M3 Academy">
</a>
</header>
<main>
<section>
<img class="main-banner" src="assets/img/main-banner.png" alt="Banner Principal">
</section>
</main>
2022-10-12 00:16:12 +00:00
</body>
2022-10-12 00:23:41 +00:00
2022-10-12 00:16:12 +00:00
</html>