Abspielen eines Unterweisungsvideos eingebaut
This commit is contained in:
6
templates/video.html
Normal file
6
templates/video.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{define "content"}}
|
||||
<video src="/static/test.mp4">Test</video>
|
||||
<button hx-post="/end-video/{{.SessionID}}/{{.Login}}/" hx-target="#content" type="button">
|
||||
Weiter
|
||||
</button>
|
||||
{{end}}
|
Reference in New Issue
Block a user