Created
September 20, 2012 16:42
-
-
Save allanbatista/3756987 to your computer and use it in GitHub Desktop.
Padrão Html5
This file contains 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> | |
<title></title> | |
<meta charset="UTF-8"> | |
<meta name="description" content=""> | |
<meta name="keywords" content=""> | |
<!-- Estilos --> | |
<link rel="stylesheet" href=""> | |
</head> | |
<body> | |
<section id="tudo"> | |
</section> | |
<!-- Scripts --> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> | |
<script type="text/javascript" src=""></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment