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

17 lines
195 B
Elixir
Raw Normal View History

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