remove container test

This commit is contained in:
ZizzyDizzyMC 2021-02-11 21:38:08 -05:00
parent 1d7db84090
commit a4465764da
3 changed files with 1 additions and 26 deletions

View File

@ -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.

View File

@ -1,13 +1,7 @@
{% extends "base.html" %}
{% block head %}
<meta property="twitter:card" content="player" />
<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" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
<meta property="og:audio:secure_url" content="{{ siteurl }}{{ sitepath }}{{ selifpath }}{{ filename }}" />
{% endblock %}