Skip to content

Instantly share code, notes, and snippets.

@marcelloinfoweb
Last active October 8, 2015 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelloinfoweb/3258684 to your computer and use it in GitHub Desktop.
Save marcelloinfoweb/3258684 to your computer and use it in GitHub Desktop.
HTML: Estrutura simples
<!DOCTYPE HTML>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="estilo.css">
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment