akkoma/lib/pleroma/web/templates/layout/metadata_player.html.eex
Egor Kislitsyn 3985c1b450
Fix warnings
2020-10-15 16:54:59 +04: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>