2015-09-28 04:16:50 +02:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
2020-05-14 10:12:24 +02:00
|
|
|
{% block head %}
|
2021-02-12 03:16:16 +01:00
|
|
|
<meta property="twitter:card" content="player" />
|
2021-02-12 03:28:36 +01:00
|
|
|
<meta property="twitter:url" content="{{ siteurl }}{{ sitepath }}{{ filename }}" />
|
|
|
|
<meta property="twitter:image" content="https://put.icu/static/images/404.jpg" />
|
2021-02-12 03:16:16 +01:00
|
|
|
<meta property="twitter:player:height" content="400">
|
|
|
|
<meta property="twitter:player:width" content="400">
|
2021-02-12 03:36:26 +01:00
|
|
|
<meta property="twitter:player" content="https://put.icu/s/sl404t3f.html" />
|
2021-02-11 05:37:04 +01:00
|
|
|
<meta property="og:audio:url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
2021-02-11 05:42:10 +01:00
|
|
|
<meta property="og:audio:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
2020-05-14 10:12:24 +02:00
|
|
|
{% endblock %}
|
|
|
|
|
2015-09-28 04:16:50 +02:00
|
|
|
{% block main %}
|
2015-10-04 23:13:29 +02:00
|
|
|
<audio class="display-audio" controls preload='auto'>
|
2019-01-14 23:51:02 +01:00
|
|
|
<source src='{{ sitepath }}{{ selifpath }}{{ filename }}'>
|
|
|
|
<a href='{{ sitepath }}{{ selifpath }}{{ filename }}'>Download it instead</a>
|
2015-09-28 04:16:50 +02:00
|
|
|
</audio>
|
2020-05-14 10:12:24 +02:00
|
|
|
{% endblock %}
|