From ead017b59c755a70adb338956f7208c7267f067f Mon Sep 17 00:00:00 2001 From: Jan Hartig <jan.hartig@ptb.de> Date: Thu, 16 Nov 2023 20:53:26 +0100 Subject: [PATCH] Fix favicon --- roomunlock.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roomunlock.html b/roomunlock.html index f6ea85f..0e4625c 100644 --- a/roomunlock.html +++ b/roomunlock.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <title>Raumfreischaltung - PTB VC</title> - <link rel="icon" type="image/png" href="images/favicon.ico?v=1"> + <link rel="icon" type="image/png" href="/images/favicon.ico?v=1"> <style> body { font-family: Arial, sans-serif; -- GitLab