add favicon

This commit is contained in:
Joeri Exelmans 2025-10-19 16:44:51 +02:00
parent 4145619aab
commit 56ccfa3a30
2 changed files with 4571 additions and 1 deletions

4570
src/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 390 KiB

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <link rel="icon" type="image/svg+xml" href="./logo.svg" /> --> <link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<title>StateBuddy</title> <title>StateBuddy</title>
</head> </head>
<body> <body>