fix: add favicon.svg for application icon

This commit is contained in:
Alvin
2025-09-30 12:52:07 +02:00
parent cd89186fea
commit fb0d889dbd
2 changed files with 51 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Magazijn-App</title>
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="stylesheet" href="style.css">
</head>
<body>