Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created April 19, 2018 22:09
Show Gist options
  • Save cagartner/477278833348cec40a0eae9e454a2e42 to your computer and use it in GitHub Desktop.
Save cagartner/477278833348cec40a0eae9e454a2e42 to your computer and use it in GitHub Desktop.
Estrutura Padrão de HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Layout</title>
</head>
<body>
<!-- Conteudo -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment