spee.ch/server/views/layouts/embed.handlebars

17 lines
178 B
Handlebars
Raw Normal View History

2017-08-08 14:54:31 -07:00
<!DOCTYPE html>
<html>
2017-11-09 11:45:54 -08:00
<body id="embed-video-player">
2017-08-08 11:01:01 -07:00
<style type="text/css">
2018-07-02 18:22:06 -07:00
video {
width:100%;
max-width:600px;
height:auto;
2017-08-08 11:01:01 -07:00
}
</style>
2017-08-08 15:14:50 -07:00
{{{body}}}
2017-08-08 14:54:31 -07:00
</body>
2018-07-02 18:22:06 -07:00
</html>