add favicon to the app

This commit is contained in:
aryabenade
2026-04-23 14:02:57 +05:30
parent cee671cf32
commit 23d1eaa43a
2 changed files with 14 additions and 13 deletions

View File

@@ -1,15 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<!DOCTYPE html> <head>
<html lang="en">
<head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/src/assets/citycards customer app.png" />
<title>CityCards Customer-web</title> <title>CityCards Customer-web</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
</body> </body>
</html>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB