remove container test
This commit is contained in:
parent
1d7db84090
commit
a4465764da
|
@ -1,19 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<style type="text/css">
|
|
||||||
video {
|
|
||||||
width:100%;
|
|
||||||
max-width:600px;
|
|
||||||
height:auto;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<video controls>
|
|
||||||
<source src="example.mp4" type="video/mp4">
|
|
||||||
Your browser does not support video
|
|
||||||
</video>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Binary file not shown.
|
@ -1,13 +1,7 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
<meta property="twitter:card" content="player" />
|
<meta property="og:audio" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||||
<meta property="twitter:url" content="{{ siteurl }}{{ sitepath }}{{ filename }}" />
|
|
||||||
<meta property="twitter:image" content="https://put.icu/static/images/404.jpg" />
|
|
||||||
<meta property="twitter:player:height" content="400">
|
|
||||||
<meta property="twitter:player:width" content="400">
|
|
||||||
<meta property="twitter:player" content="https://put.icu/s/sl404t3f.html" />
|
|
||||||
<meta property="og:audio:url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
|
||||||
<meta property="og:audio:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
<meta property="og:audio:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue