Update favicon and title in index.html

This commit is contained in:
Chris-1010
2025-09-23 02:11:45 +01:00
parent 0fafb9221d
commit 88a5b8cab5
2 changed files with 2 additions and 2 deletions

View File

@@ -2,10 +2,10 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/src/index.css" /> <link rel="stylesheet" href="/src/index.css" />
<title>Vite + React + TS</title> <title>Spotify Window</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

BIN
app/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB