I am creating a website through a framework "Yew.rs " and I can't connect favicon.ico.
I tried to connect it with this method:
<head>
<link rel="icon" href="favicon.ico"><!-- 32×32 -->
</head>
but it doesn't work. Can you tell me how I can do this?