ctucx.git: trainsearch

web based trip-planner, fork of https://cyberchaos.dev/yuka/trainsearch

commit 1703eb1419f63338a1a22bef1dc55de9406858d9
parent 920495fbc663264df7788a9c4b2f49fb1abf7f18
Author: Katja (ctucx) <git@ctu.cx>
Date: Fri, 24 Jan 2025 16:21:48 +0100

index.html: add apple-touch-icon
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/static/favicon.png b/static/favicon.png  Binary files differ.
diff --git a/static/index.html b/static/index.html
@@ -9,6 +9,7 @@
 		<meta name="description" content="Plan your public transport journeys">
 
 		<link rel="icon" href="/favicon.svg">
+		<link rel="apple-touch-icon" href="/favicon.png">
 		<link rel="manifest" href="/manifest.json">
 		<link rel="stylesheet" type="text/css" href="/style.css">