Authenticator/favicon-scrapper/tests/parser/url_with_port.html
Bilal Elmoussaoui 3f3c47595a favicons: Split into a separate crate
This also stops fetching icons for a specific size and instead fetches the best size there is
that fixes the runtime stack error

Fixes #312
2022-04-22 00:33:19 +02:00

6 lines
101 B
HTML

<!DOCTYPE html>
<html lang=en>
<head>
<link href='favicon.ico' rel='shortcut icon'/>
</head>
</html>