[frontend]: Add favicon

This commit is contained in:
2025-03-02 16:33:00 +00:00
parent f4f6342b6c
commit 9ee4b54249
2 changed files with 1 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>Iompar</title>
<link rel="icon" type="image/png" href="/ticket.png">
</head>
<body>
<div id="root"></div>