Skip to content

Instantly share code, notes, and snippets.

View tainefreitas's full-sized avatar
💻
Working

Taíne Freitas tainefreitas

💻
Working
  • Compasso UOL
  • Pelotas, RS
View GitHub Profile
@tainefreitas
tainefreitas / git.md
Created September 20, 2018 20:47 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@tainefreitas
tainefreitas / meta-tags.md
Created April 8, 2018 15:40 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>