2022-10-10 22:55:13 +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" >
< link rel = "stylesheet" href = "./styles/styles.css" >
< title > Document< / title >
< / head >
< body >
< header >
< a href = "./" >
< img class = "logo-m3" src = "./assets/images/Logo-M3Academy 1.png" alt = "Logo M3" / >
< / a >
< / header >
2022-10-10 23:14:56 +00:00
< section >
< img class = "banner-1-desktop" src = "./assets/images/banner-1-desktop.png" alt = "laptop com codigos na tela" / >
< img class = "banner-1-mobile" src = "./assets/images/banner-1-mobile.png" alt = "laptop com codigos na tela" >
< / section >
2022-10-11 01:46:28 +00:00
< section class = "first-section" >
< div class = "text-1" >
< h2 > Lorem ipsum< / h2 >
< h1 > dolor sit amet< / h1 >
< p > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.
< / p >
< / div >
< / section >
2022-10-10 22:55:13 +00:00
< / body >
< / html >