mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 06:25:22 +00:00
Add Open Graph meta tags
This commit is contained in:
parent
c967da38b6
commit
00ab87595b
1 changed files with 6 additions and 0 deletions
|
|
@ -5,6 +5,12 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Winamp 2.9 reimplemented in HTML5 and
|
||||
JavaScript" />
|
||||
<meta property="og:title" content="Winamp2-js" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url"
|
||||
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' />
|
||||
<style id='skin' media="screen" type="text/css"></style>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue