Created
September 27, 2011 02:38
-
-
Save leandrojo/1244177 to your computer and use it in GitHub Desktop.
Arquivo de HTML5 básico.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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