mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-19 07:13:58 +00:00
19 lines
605 B
HTML
Executable File
19 lines
605 B
HTML
Executable File
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta property="fb:app_id" content="{{ app_id }}" />
|
|
<meta property="og:type" content="deepsouthsounds:song" />
|
|
<meta property="og:audio" content="{{ audio_url }}" />
|
|
<meta property="og:url" content="{{ mix_url }}" />
|
|
<meta property="og:audio:type" content="audio/vnd.facebook.bridge" />
|
|
|
|
<meta property="og:title" content="{{ description }}" />
|
|
<meta property="og:image" content="{{ image_url }}" />
|
|
|
|
<script type="text/javascript">
|
|
window.location = '{{ redirect }}'
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |