practice-time-landing-page-.../index.html

32 lines
1.0 KiB
HTML
Raw Normal View History

2022-10-08 17:45:12 +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 Landing Page</title>
<link rel="stylesheet" href="./assets/styles/main.css"/>
2022-10-08 17:45:12 +00:00
</head>
<body>
<header class="page-header">
<a href="/">
<img class="header-logo" src="./assets/images/M3-logo.png" alt="Logo M3"/>
2022-10-08 17:45:12 +00:00
</a>
</header>
<main>
<div>
<figure>
<img class="main-banner main-banner-desktop" src="./assets/images/main-banner-desktop.png" alt="Banner Principal Desktop"/>
</figure>
<figure>
<img class="main-banner main-banner-mobile" src="./assets/images/main-banner-mobile.png" alt="Banner Principal Mobile"/>
</figure>
</div>
</main>
2022-10-08 17:45:12 +00:00
</body>
</html>