From 068693fe972b2b0937406ed83dd2374f1e3f0b27 Mon Sep 17 00:00:00 2001
From: Jacques Supcik <jacques.supcik@hefr.ch>
Date: Sun, 19 Jan 2025 23:23:24 +0100
Subject: [PATCH] Update video source path in index.html

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

diff --git a/html/index.html b/html/index.html
index 6b4c337..2c1072c 100644
--- a/html/index.html
+++ b/html/index.html
@@ -52,7 +52,7 @@
         </div>
         <div class="video-container">
             <video id="video" autoplay muted loop>
-                <source src="/srv/media/HEIA-FR-Panels-768x384-whith-videos.mp4" type="video/mp4">
+                <source src="/media/HEIA-FR-Panels-768x384-whith-videos.mp4" type="video/mp4">
                 Your browser does not support the video tag.
             </video>
         </div>
-- 
GitLab