Fix missing favicon

This commit is contained in:
Danny Spina 2023-06-20 07:59:53 +02:00
parent 33b9407b66
commit a49bb26399
4 changed files with 5 additions and 2 deletions

2
dist/index.html vendored
View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"

2
dist/info.html vendored
View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"

View File

3
favicon.svg Normal file
View File

@ -0,0 +1,3 @@
<svg height="100" width="100">
<circle cx="50" cy="50" r="40" />
</svg>

After

Width:  |  Height:  |  Size: 73 B