Skip to content

Instantly share code, notes, and snippets.

@leandrojo
Created September 27, 2011 02:38
Show Gist options
  • Select an option

  • Save leandrojo/1244177 to your computer and use it in GitHub Desktop.

Select an option

Save leandrojo/1244177 to your computer and use it in GitHub Desktop.
Arquivo de HTML5 básico.
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<title></title>
<link href="css/estilo.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<header id="topo">
Header
</header>
<!-- Conteúdo -->
<footer id="rodape">
Footer
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment