put all embed html in layout
This commit is contained in:
parent
5bef9a0f31
commit
e1de5d8728
2 changed files with 7 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
<video width="100%" controls src="https://spee.ch/{{claimId}}/{{name}}.mp4" type="video/mp4"></video>
|
|
@ -1,3 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<style type="text/css">
|
||||
video {
|
||||
|
@ -7,4 +10,7 @@ video {
|
|||
}
|
||||
</style>
|
||||
|
||||
{{{body}}}
|
||||
<video width="100%" controls src="https://spee.ch/{{claimId}}/{{name}}.mp4" type="video/mp4"></video>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue