added site files

This commit is contained in:
gribse 2025-05-16 18:47:33 +02:00
parent 80c0c869de
commit 1285e550c6
191 changed files with 3484 additions and 0 deletions

20
index/includes/videos.php Normal file
View file

@ -0,0 +1,20 @@
<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>