From af1a828e9bd48e0af0c98b35802538ca3b80bb0a Mon Sep 17 00:00:00 2001
From: Jacques Supcik <jacques.supcik@hefr.ch>
Date: Sun, 19 Jan 2025 23:13:29 +0100
Subject: [PATCH] Disable cursor visibility and update video source path

---
 html/css/site.css | 2 +-
 html/index.html   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/css/site.css b/html/css/site.css
index 7310f96..57cafb8 100644
--- a/html/css/site.css
+++ b/html/css/site.css
@@ -8,7 +8,7 @@
 body {
     background: black;
     margin: 0;
-    /* cursor: none; */
+    cursor: none;
 }
 
 .content {
diff --git a/html/index.html b/html/index.html
index c932a25..6b4c337 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="movie/HEIA-FR-Panels-768x384-whith-videos.mp4" type="video/mp4">
+                <source src="/srv/media/HEIA-FR-Panels-768x384-whith-videos.mp4" type="video/mp4">
                 Your browser does not support the video tag.
             </video>
         </div>
-- 
GitLab