add favicon to the app
This commit is contained in:
27
index.html
27
index.html
@@ -1,15 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<head>
|
||||||
<html lang="en">
|
<meta charset="UTF-8" />
|
||||||
<head>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta charset="UTF-8" />
|
<link rel="icon" type="image/png" href="/src/assets/citycards customer app.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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>
|
||||||
BIN
src/assets/citycards customer app.png
Normal file
BIN
src/assets/citycards customer app.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user