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