mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 18:20:36 +00:00
According to https://html.spec.whatwg.org/multipage/links.html#rel-icon: > For historical reasons, the `icon` keyword may be preceded by > the keyword "`shortcut`". And to https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types: > **Warning:** The `shortcut` link type is often seen before `icon`, > but this link type is non-conforming, ignored and **web authors > must not use it anymore.** Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2 lines
63 B
HTML
2 lines
63 B
HTML
<link rel="icon" href="https://www.rust-lang.org/favicon.ico">
|