site-pem2t/index/includes/videos.php

20 lines
586 B
PHP
Executable file

<h2>Tests de vidéos</h2>
<h2>Image GIF</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/52/Arbeitsweise_Zweitakt.gif/550px-Arbeitsweise_Zweitakt.gif"></img>
<h2>Vidéo "native player"</h2>
<video width="400" controls>
<source src="index/videos/yee.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<h2>Vidéo Youtube</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/WAgJP0T5uDE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>