+ aula, updated info dialog
This commit is contained in:
10
static/de/vr/video/index.html
Normal file
10
static/de/vr/video/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<video width="100%" height="100%" id="vid-1" poster="/media/school/Bild_11.jpg" controls>
|
||||
<source src="/media/gcg.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<script>
|
||||
document.getElementById('vid-1').addEventListener('ended',function(){
|
||||
window.location.href = '/de/vr';
|
||||
},false);
|
||||
|
||||
</script>
|
Reference in New Issue
Block a user