practice-time-landing-page/index.html

30 lines
914 B
HTML
Raw Normal View History

<!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="style/style.css">
<title></title>
</head>
<body>
<header>
<a href="./">
<img src="assets/icons/Logo-M3.svg" alt="Logo-M3" class="logo-header" />
</a>
</header>
<main>
<div>
<figure>
<img src="assets/bannerPrincipal.png" alt="Computador aberto com codigos de programação"
class="banner-principal banner-principal-desktop" />
<img src="assets/bannerPrincipalMobile.png" alt="Computador aberto com codigos de programação"
class="banner-principal banner-principal-mobile" />
</figure>
</div>
</main>
</body>
</html>