Skip to content

Instantly share code, notes, and snippets.

@davidchc
Created January 15, 2014 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidchc/8435229 to your computer and use it in GitHub Desktop.
Save davidchc/8435229 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<header></header>
<nav></nav>
<section id="primary">
<div id="bannerFull"></div>
<article>
<h2>Últimas noticias</h2>
<ul>
<li>
<h3>Noticia 1</h3>
<p>texto da noticia</p>
</li>
</ul>
</article>
<aside>
<h2>Assunto relacionados</h2>
</aside>
</section>
<section id="secondary"></section>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment