From 8aeae13db44fed541102cb96c8b320fa90f46271 Mon Sep 17 00:00:00 2001
From: Kutzner <kevin.kutzner@hft-stuttgart.de>
Date: Mon, 4 Jul 2022 12:28:26 +0000
Subject: [PATCH] fix

---
 public/home/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/home/index.html b/public/home/index.html
index 40111a7..b0ffdc3 100644
--- a/public/home/index.html
+++ b/public/home/index.html
@@ -82,7 +82,7 @@
 
     <p>
       <div class="video-container">
-        <iframe width="560" height="315" src="https://www.youtube.com/watch?v=blDgzP6E3uU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope" allowfullscreen></iframe>
+        <iframe width="560" height="315" src="https://www.youtube.com/embed/blDgzP6E3uU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope" allowfullscreen></iframe>
       </div>
     </p>
 
-- 
GitLab