From 0ec320e478ce67205aefeb733cb5f2fe9f523aad Mon Sep 17 00:00:00 2001
From: Jan Hartig <jan.hartig@ptb.de>
Date: Thu, 16 Nov 2023 19:47:56 +0000
Subject: [PATCH] Add favicon

---
 roomunlock.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/roomunlock.html b/roomunlock.html
index 8bfbb37..cff4c79 100644
--- a/roomunlock.html
+++ b/roomunlock.html
@@ -3,6 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <title>Raumfreischaltung - PTB VC</title>
+    <link rel="icon" type="image/png" href="images/favicon.ico?v=1">
     <style>
         body {
             font-family: Arial, sans-serif;
@@ -117,4 +118,4 @@
     }
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
-- 
GitLab