akkoma/lib/pleroma/web/templates/layout/metadata_player.html.eex
feld 6c8469664a Merge branch 'chore/elixir-1.11' into 'develop'
Elixir 1.11 compatibility / Phoenix 1.5+

See merge request pleroma/pleroma!3059
2020-11-04 17:05:21 +03:00

17 lines
173 B
Elixir

<!DOCTYPE html>
<html>
<body>
<style type="text/css">
video, audio {
width:100%;
max-width:600px;
height: auto;
}
</style>
<%= @inner_content %>
</body>
</html>