Skip to content

Commit 6171fe6

Browse files
author
martin
committed
Add favicon.ico and update index.html with proper meta tags
- Create favicon.ico from taskflow-logo.png - Add favicon links to index.html (ico, png, apple-touch-icon) - Update theme-color to match brand color
1 parent 675e2eb commit 6171fe6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/public/favicon.ico

16.6 KB
Binary file not shown.

frontend/public/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
<html lang="de">
33
<head>
44
<meta charset="utf-8" />
5+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6+
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/taskflow-logo.png" />
7+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/taskflow-logo.png" />
58
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<meta name="theme-color" content="#000000" />
9+
<meta name="theme-color" content="#667eea" />
710
<meta
811
name="description"
912
content="TaskFlow Plattform - Modernes Event-Driven Aufgabenverwaltungssystem"

0 commit comments

Comments
 (0)