+ aula, updated info dialog

This commit is contained in:
Denys Konovalov
2020-12-07 19:21:54 +01:00
parent b925b19e7d
commit d13884deb5
4131 changed files with 5569 additions and 1566 deletions

View 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>