commit 287444e9828bb31ddee992fe748ab9636d0e598d parent 3f06ca9a23573ab29a582a7501aa9a5d3437e6ed Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 24 Apr 2022 11:04:32 +0200 Add a couple of video recordings Diffstat:
| M | en/gallery.html | | | 10 | ++++++++++ |
| M | galerie.html | | | 10 | ++++++++++ |
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/en/gallery.html b/en/gallery.html @@ -70,5 +70,15 @@ frameborder="0" allowfullscreen class="yt"> </iframe> </div> + <div class="video"> + <iframe src="https://www.youtube-nocookie.com/embed/_M2QluGXGh8" + frameborder="0" allowfullscreen class="yt"> + </iframe> + </div> + <div class="video"> + <iframe src="https://www.youtube-nocookie.com/embed/JO6GufBy09M" + frameborder="0" allowfullscreen class="yt"> + </iframe> + </div> </div> </main> diff --git a/galerie.html b/galerie.html @@ -70,5 +70,15 @@ frameborder="0" allowfullscreen class="yt"> </iframe> </div> + <div class="video"> + <iframe src="https://www.youtube-nocookie.com/embed/_M2QluGXGh8" + frameborder="0" allowfullscreen class="yt"> + </iframe> + </div> + <div class="video"> + <iframe src="https://www.youtube-nocookie.com/embed/JO6GufBy09M" + frameborder="0" allowfullscreen class="yt"> + </iframe> + </div> </div> </main>