Skip to content

Instantly share code, notes, and snippets.

View geoffthibeau's full-sized avatar

Geoff Thibeau geoffthibeau

  • Levelset
  • New Orleans, LA
View GitHub Profile
@geoffthibeau
geoffthibeau / retina-favicons.html
Created November 16, 2012 23:31
Retina Favicons
<link rel="icon" sizes="32x32" href="path/to/your/image.png" /> <!-- Hi-res favicon -->
<link rel="shortcut icon" type="image/x-icon" href="path/to/your/favicon.ico" /> <!-- Favicon fallback -->