Update Open Graph meta info

This commit is contained in:
Jordan Eldredge 2014-11-27 07:58:44 -05:00
parent ee89581f5c
commit a589503376
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
preview.png

View file

@ -6,9 +6,11 @@
<meta name="description" content="Winamp 2.9 reimplemented in HTML5 and
JavaScript" />
<meta property="og:title" content="Winamp2-js" />
<meta property="og:description" content="Winamp 2.9 reimplemented in HTML5 and
JavaScript" />
<meta property="og:type" content="website" />
<meta property="og:url"
content="http://jordaneldredge.com/projects/winamp2-js" />
content="http://jordaneldredge.com/projects/winamp2-js/" />
<meta property="og:image"
content="http://jordaneldredge.com/projects/winamp2-js/preview.png" />
<link rel='stylesheet' type='text/css' href='winamp.css' />