Skip to content

Instantly share code, notes, and snippets.

View lucasrip's full-sized avatar

lucashcc lucasrip

View GitHub Profile
@lucasrip
lucasrip / meta-tags.md
Created February 10, 2025 09:44 — forked from whitingx/meta-tags.md
Complete List of HTML Meta 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'>
@lucasrip
lucasrip / git.md
Created December 26, 2021 03:47 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda