25 lines
798 B
HTML
25 lines
798 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">
|
|
<link rel="stylesheet" href="./src/assets/css/style.css">
|
|
<link rel="shortcut icon" href="./src/assets/img/favicon.jpg" type="image/x-icon">
|
|
<title>Landing Page - M3 Academy</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<a href="/">
|
|
<img src="./src/assets/svg/logo.svg" alt="M3 Academy">
|
|
</a>
|
|
</header>
|
|
|
|
<section class="section1">
|
|
<img class="fundo-desktop" src="./src/assets/img/fundo-desktop.png" alt="Notebook na mesa">
|
|
<img class="fundo-mobile" src="./src/assets/img/fundo-mobile.png" alt="Notebook na mesa">
|
|
</section>
|
|
</body>
|
|
</html> |