Authenticator/favicon-scrapper/tests/parser/url_fluid_icon.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

7 lines
138 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="fluid-icon" href="https://github.githubassets.com/favicon.ico">
</head>
</html>