Skip to content

Instantly share code, notes, and snippets.

View monambike's full-sized avatar
💜
Force people change their concepts about you. Do it better. Everything better.

Vinícius Gabriel Marques de Melo monambike

💜
Force people change their concepts about you. Do it better. Everything better.
View GitHub Profile
@davidfowl
davidfowl / dotnetlayout.md
Last active June 14, 2024 01:29
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/
@whitingx
whitingx / meta-tags.md
Created October 5, 2012 16:41 — forked from kevinSuttle/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'>