Skip to content

Instantly share code, notes, and snippets.

@LennonSantos
Last active April 27, 2016 19:28
Show Gist options
  • Save LennonSantos/b45c6ef28f296772bc17a663950d6477 to your computer and use it in GitHub Desktop.
Save LennonSantos/b45c6ef28f296772bc17a663950d6477 to your computer and use it in GitHub Desktop.
<body>
<header>
<h1>Titulo site</h1>
</header>
<nav>
<h2>Titulo menu</h2>
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Link</a>
</nav>
<section>
<h2>Titulo seção</h2>
<article>
<h3>Titulo artigo</h3>
</article>
</section>
<aside> Lateral </aside>
<footer> Rodapé </footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment