From 3757e41b38bc0ac679990d07b3dcf072ccaa702a Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Wed, 2 Apr 2025 14:54:48 +0200
Subject: [PATCH] Fix logo url

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

diff --git a/www/index.html b/www/index.html
index d384ade..a42c3ae 100644
--- a/www/index.html
+++ b/www/index.html
@@ -62,7 +62,7 @@
     </script>
   </head>
   <body>
-    <img id="logo" src="logo.png">
+    <img id="logo" src="/logo.png">
     <h1></h1>
     <h2></h2>
     <img id="img360" width="200px" src="wheel.png">
-- 
GitLab