Skip to content

Instantly share code, notes, and snippets.

View JohnnyBizzel's full-sized avatar

Johnny JohnnyBizzel

View GitHub Profile
@smebberson
smebberson / .gitignore
Created January 9, 2012 06:46
Express simple authentication example
node_modules
*.swp
@ynonp
ynonp / dabblet.css
Created December 17, 2011 13:46
An SVG Smiley face
/**
* An SVG Smiley face
*/
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
}
svg {