Updated the logo & title in the index.html

This commit is contained in:
2023-04-17 22:09:19 +02:00
parent 1f2b01bf0a
commit 551d282dc6

View File

@ -2,9 +2,9 @@
<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/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title> <title>QuickByte Panel</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>