summaryrefslogtreecommitdiff
path: root/lib/pleroma/web/templates/layout/metadata_player.html.eex
blob: c00f6fa2136f83667b546978a624410a16ded788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<body>

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

<%= @inner_content %>

</body>
</html>