spee.ch/views/layouts/embed.handlebars
2017-08-08 14:54:31 -07:00

16 lines
No EOL
249 B
Handlebars

<!DOCTYPE html>
<html>
<body>
<style type="text/css">
video {
width:100%;
max-width:600px;
height:auto;
}
</style>
<video width="100%" controls src="https://spee.ch/{{claimId}}/{{name}}.mp4" type="video/mp4"></video>
</body>
</html>