spee.ch/views/layouts/embed.handlebars

16 lines
158 B
Handlebars
Raw Normal View History

2017-08-08 23:54:31 +02:00
<!DOCTYPE html>
<html>
<body>
2017-08-08 20:01:01 +02:00
<style type="text/css">
video {
width:100%;
max-width:600px;
height:auto;
}
</style>
2017-08-09 00:14:50 +02:00
{{{body}}}
2017-08-08 23:54:31 +02:00
</body>
</html>