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