projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
static-fe.css: Restore and move to /priv/static/static-fe
[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
<%= render @view_module, @view_template, assigns %>
14
15
</body>
16
</html>