Ajout d'un iframe de youtube
This commit is contained in:
19
index.html
Normal file
19
index.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<iframe
|
||||||
|
width="1305"
|
||||||
|
height="734"
|
||||||
|
src="https://www.youtube.com/embed/QGSGZk9Akdg"
|
||||||
|
title="Palmashow - Quand on remonte un film"
|
||||||
|
frameborder="0"
|
||||||
|
allow="
|
||||||
|
accelerometer;
|
||||||
|
autoplay;
|
||||||
|
clipboard-write;
|
||||||
|
encrypted-media;
|
||||||
|
gyroscope;
|
||||||
|
picture-in-picture;
|
||||||
|
web-share;
|
||||||
|
"
|
||||||
|
referrerpolicy="strict-origin-when-cross-origin"
|
||||||
|
allowfullscreen
|
||||||
|
></iframe>
|
||||||
Reference in New Issue
Block a user