mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-26 11:17:59 +00:00
17 lines
650 B
HTML
17 lines
650 B
HTML
<!DOCTYPE HTML>
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:og="http://ogp.me/ns#"
|
|
xmlns:fb="https://www.facebook.com/2008/fbml">
|
|
<head>
|
|
<meta property="fb:app_id" content="{{ app_id }}" />
|
|
<meta property="og:url" content="{{ mix_url }}/" />
|
|
|
|
<meta property="og:site_name" content="Deep South Sounds"/>
|
|
<meta property="og:type" content="deepsouthsounds:mix" />
|
|
<meta property="og:title" content="{{ title }}" />
|
|
<meta property="og:description" content="{{ description }}" />
|
|
<meta property="og:image" content="{{ image_url }}" />
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |