2019-02-19 16:39:42 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<style type="text/css">
|
2019-02-19 17:56:57 +00:00
|
|
|
video, audio {
|
2019-02-19 16:39:42 +00:00
|
|
|
width:100%;
|
|
|
|
max-width:600px;
|
2019-02-19 17:56:57 +00:00
|
|
|
height: auto;
|
2019-02-19 16:39:42 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<%= render @view_module, @view_template, assigns %>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|