pleroma/lib/pleroma/web/templates/layout/metadata_player.html.eex

17 lines
173 B
Elixir
Raw Normal View History

<!DOCTYPE html>
<html>
<body>
<style type="text/css">
video, audio {
width:100%;
max-width:600px;
height: auto;
}
</style>
2020-10-15 14:54:59 +02:00
<%= @inner_content %>
</body>
</html>