feat: add favicon

This commit is contained in:
GivFNZ 2025-04-19 16:01:04 -03:00
parent 48ec66bc98
commit c663372fb3
No known key found for this signature in database
GPG Key ID: 63DD92181B575322
2 changed files with 16 additions and 12 deletions

View File

@ -1,12 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Giv's Website</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="src/assets/favicon.ico">
<title>Giv's Website</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

BIN
src/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB