Update favicon to E+ logo (png)

This commit is contained in:
CycroftX
2026-02-03 20:32:05 +05:30
parent cbc7cd1bd3
commit 765b4ffa6e
2 changed files with 23 additions and 20 deletions

View File

@@ -1,25 +1,28 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TODO: Set the document title to the name of your application -->
<title>Eventify Command Center</title>
<meta name="description" content="Eventify Command Center Admin Panel" />
<meta name="author" content="Eventify" />
<meta property="og:title" content="Eventify Command Center" /> <head>
<meta property="og:description" content="Eventify Command Center Admin Panel" /> <meta charset="UTF-8" />
<meta property="og:type" content="website" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:image" content="/og-image.png" /> <link rel="icon" type="image/png" href="/favicon.png" />
<!-- TODO: Set the document title to the name of your application -->
<title>Eventify Command Center</title>
<meta name="description" content="Eventify Command Center Admin Panel" />
<meta name="author" content="Eventify" />
<meta name="twitter:card" content="summary_large_image" /> <meta property="og:title" content="Eventify Command Center" />
<meta name="twitter:site" content="@Eventify" /> <meta property="og:description" content="Eventify Command Center Admin Panel" />
<meta name="twitter:image" content="/og-image.png" /> <meta property="og:type" content="website" />
</head> <meta property="og:image" content="/og-image.png" />
<body> <meta name="twitter:card" content="summary_large_image" />
<div id="root"></div> <meta name="twitter:site" content="@Eventify" />
<script type="module" src="/src/main.tsx"></script> <meta name="twitter:image" content="/og-image.png" />
</body> </head>
</html>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB