We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7050161 commit aefe72dCopy full SHA for aefe72d
www/index.html
@@ -7,6 +7,9 @@
7
<meta name="description" content="The Rust toolchain installer">
8
<link rel="stylesheet" href="normalize.css">
9
<link rel="stylesheet" href="rustup.css">
10
+ <link rel="icon" type="image/png" sizes="32x32" href="https://www.rust-lang.org/static/images/favicon-32x32.png">
11
+ <link rel="icon" type="image/svg+xml" href="https://www.rust-lang.org/static/images/favicon.svg">
12
+ <link rel="mask-icon" href="https://www.rust-lang.org/static/images/safari-pinned-tab.svg" color="#000">
13
14
</head>
15
0 commit comments