(frontend) add a fav icon

As I introduced the logo, let's add the missing favicon.
This commit is contained in:
lebaudantoine
2024-12-03 00:23:00 +01:00
committed by aleb_the_flash
parent e7e7bb0d09
commit 8caa6b7820
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en" data-lk-theme="visio-light">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/play-icon.svg" />
<link rel="icon" type="image/svg+xml" href="/assets/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Visio</title>
</head>