mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-10-31 22:04:07 +00:00
17 lines
203 B
Elixir
17 lines
203 B
Elixir
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<style type="text/css">
|
|
video, audio {
|
|
width:100%;
|
|
max-width:600px;
|
|
height: auto;
|
|
}
|
|
</style>
|
|
|
|
<%= render @view_module, @view_template, assigns %>
|
|
|
|
</body>
|
|
</html>
|