[bugifx] Resolve the error that can't import favicon.ico.

(the solution I added link tag is just facade. It's not working in fact.)
This commit is contained in:
Sakamoto Shiina
2024-07-30 04:49:36 +09:00
parent ae1bb8cce1
commit 60471eacde
3 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./assets/chato_icon_fill.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VRCT</title>
</head>

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./assets/chato_icon_fill.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Settings</title>
</head>