Skip to content

Instantly share code, notes, and snippets.

@juarezpaf
Last active December 10, 2015 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save juarezpaf/4391981 to your computer and use it in GitHub Desktop.
Save juarezpaf/4391981 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="pt-br">
<head>
<!-- Dentro da tag <head> colocaremos todos os detalhes do nosso site:
incluindo título, metatags, links e afins -->
<meta charset="UTF-8">
<title>Meu primeiro site</title>
</head>
<body>
<!-- Todos os elementos colocados dentro da tag <body> serão visualizados no navegador
textos, elementos multimídia, links, etc -->
Hello World!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment