katja's git: oeffisearch

fast and simple tripplanner

commit 8a61182d277bab8d2e0d000970b7ade38e427f36
parent 66ede155aa30c3700aa9505371b2e90395d208d2
Author: Katja (ctucx) <git@ctu.cx>
Date: Thu, 17 Apr 2025 11:52:42 +0200

index.html: add favicon
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/index.html b/src/index.html
@@ -7,6 +7,7 @@
 		<meta name="theme-color" content="#333">
 		<meta name="description" content="Plan your public transport journeys">
 
+		<link rel="icon" href="favicon.png">
 		<link rel="apple-touch-icon" href="favicon.png">
 		<link rel="manifest" href="manifest.json">
 	</head>