practice-time-landing-page/index.html

24 lines
762 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">
<title>M3 Lading Page</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="page-header">
<a href="/">
<img class="header-logo" src="./assest/Logo M3.png" alt="logo M3">
</a>
</header>
<main>
<section>
<img class=" main-banner main-banner-desktop" src="./assest/main-banner-desktop.png" alt="Banner Principal Desktop">
<img class ="main-banner main-banner-mobile" src="./assest/main-banner-mobile.png" alt="Banner Principal mobile">
</section>
</main>
</body>
</html>