11 lines
335 B
HTML
11 lines
335 B
HTML
|
<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>
|