logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

metadata_player.html.eex (173B)


  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <style type="text/css">
  5. video, audio {
  6. width:100%;
  7. max-width:600px;
  8. height: auto;
  9. }
  10. </style>
  11. <%= @inner_content %>
  12. </body>
  13. </html>