Merge pull request 'metrics' (#375) from stats into develop
[akkoma] / lib / pleroma / web / templates / layout / metadata_player.html.eex
1 <!DOCTYPE html>
2 <html>
3 <body>
4
5 <style type="text/css">
6 video, audio {
7 width:100%;
8 max-width:600px;
9 height: auto;
10 }
11 </style>
12
13 <%= @inner_content %>
14
15 </body>
16 </html>