Skip to content

Instantly share code, notes, and snippets.

@allanbatista
Created September 20, 2012 16:42
Show Gist options
  • Save allanbatista/3756987 to your computer and use it in GitHub Desktop.
Save allanbatista/3756987 to your computer and use it in GitHub Desktop.
Padrão Html5
<!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