feat: web favicon to reflect new icon

This commit is contained in:
sBubshait 2025-07-17 11:23:21 +03:00
parent 8a5388f2c1
commit d4ddc75e6c

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<!-- <!--
If you are serving your web app in a path other than the root, change the If you are serving your web app in a path other than the root, change the
@ -32,6 +33,7 @@
<title>Wesal</title> <title>Wesal</title>
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
</head> </head>
<body> <body>
<script src="flutter_bootstrap.js" async></script> <script src="flutter_bootstrap.js" async></script>
@ -50,4 +52,5 @@
} }
</script> </script>
</body> </body>
</html> </html>