Add a favicon to the options page.

This commit is contained in:
Bauke 2022-03-15 00:10:24 +01:00
parent ffb19a6d96
commit e0fd79f81f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Queue</title>
<link rel="shortcut icon" href="/assets/queue.png" type="image/png">
<link rel="stylesheet" href="./index.scss">
</head>